Reference 〉 Function

Charts.addPlotType(clssclass(ChartPlot))

Registers a new plot type for the Charts visualizer. Registered plot types can then be added to the visualization area with Charts.addPlot().

Parameters

  • clss class(ChartPlot), required

    A visualization class (not an instantiated object), subclassing ChartPlot.

Notes and Examples

  1. Contribute a Note

    Your email address will not be published. Required fields are marked *

    You may use limited HTML for formatting. Please embed blocks of code in <pre><code> </code></pre> tags.