Knowledgebase
CustomRenderableSeries API Overview
Posted by Andrew BT on 04 February 2019 02:47 PM
|
|
Creating your Own SeriesIf the built-in chart types in SciChart are not enough, you can create your own RenderableSeries by using the CustomRenderableSeries API! CustomRenderableSeries inherits BaseRenderableSeries. It simply has one method which you must override - Draw(). For further information, please see our documentation Custom Series (CustomRenderableSeries) | |
|
Comments (0)