The base class for components that draw chart graphics.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public class Plot extends Component implements SeriesContainer, ObservableListListener<E>, PropertyChangeListener, DataChangedListener |
Inheritance Hierarchyjava.lang.Object![]()
com.mindfusion.charting.components.Component
com.mindfusion.charting.Plot
com.mindfusion.charting.Plot2D
com.mindfusion.charting.PolarPlot
See Also