_This article refers to using the CustomRenderableSeries API to create
a Cubic Spline Line Series. Please read the CustomRenderableSeries API
documentation
[https://www.scichart.com/documentation/v5.x/Custom%20Series%20(CustomRenderableSeries).html]
for a...
CREATING YOUR OWN SERIES
If the built-in chart types in SciChart are not enough, you can create
your own RenderableSeries
[https://www.scichart.com/documentation/v5.x/webframe.html#What%20is%20a%20RenderableSeries.html]
by using the CustomRenderableSerie...
Heatmaps are represented by two heatmap types in SciChart:
* FastUniformHeatmapRenderableSeries
[https://www.scichart.com/documentation/v5.x/SciChart.Charting~SciChart.Charting.Visuals.RenderableSeries.FastUniformHeatmapRenderableSeries.html]
* Fas...
Polar charts are provided not by a series type, but by an axis type.
The PolarXAxis
[https://www.scichart.com/documentation/v5.x/SciChart.Charting~SciChart.Charting.Visuals.Axes.PolarXAxis.html]
and PolarYAxis
[https://www.scichart.com/documentation/v5.x/...
WHAT IS A RENDERABLESERIES?
The RenderableSeries
[https://www.scichart.com/documentation/v5.x/webframe.html#What%20is%20a%20RenderableSeries.html]
in SciChart are visual representations of X-Y numeric, or date data.
Some RenderableSeries
[https://www.sci...
_This article describes main features of the
StackedColumnRenderableSeries
[https://www.scichart.com/documentation/v5.x/SciChart.Charting~SciChart.Charting.Visuals.RenderableSeries.StackedColumnRenderableSeries.html]
type. The documentation article can be...