A Chart control that renders line charts.
Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing
SyntaxJava
Copy Code
|
|---|
public class LineChart extends BiaxialChart |
RemarksThis is a Dashboard whose default configuration contains a Plot2D, XAxisRenderer, YAxisRenderer, and a LineRenderer. Setting the LineType property switches the default renderer between LineRenderer and StepRenderer.
Inheritance Hierarchyjava.lang.Object![]()
java.awt.Component![]()
java.awt.Container![]()
javax.swing.JComponent![]()
com.mindfusion.charting.swing.Dashboard
com.mindfusion.charting.swing.Chart
com.mindfusion.charting.swing.BiaxialChart
com.mindfusion.charting.swing.LineChart
See Also