Search
Chart Constructor
See Also
 






Initializes a new instance of the Chart class with the specified SeriesRenderer.

Namespace: com.mindfusion.charting.swing
File: com.mindfusion.charting.swing

 Syntax

Java  Copy Code

protected Chart (
    SeriesRenderer renderer
)

 Parameters

renderer

A SeriesRenderer that draws the chart's data Series.

 See Also