SciChart iOS Charts supports an extremely flexible way to customize the chart. Custom RenderableSeries should extend SCIRenderableSeriesBase if you want to provide some custom data, or […]
The Real-Time Animating Line example demonstrates how to create a custom chart series type. The AnimatingLineRenderableSeries class created in the example starts animating the last line […]
This example demonstrates how to create a custom animation and have complete control over data appearing on the screen. It shows how to animate Y-Value changes […]