Knowledgebase
RenderableSeries (Chart) Types in SciChart
Posted by Admin - on 12 February 2019 04:39 PM
|
|
What is a RenderableSeries?The RenderableSeries in SciChart are visual representations of X-Y numeric, or date data. Some RenderableSeries render simple X-Y values (2D points in space), while some render additional information (such as X-Y0-Y1 values, or X-Y-Z values). All RenderableSeries types inherit BaseRenderableSeries and are defined in XAML (or in code) in the SciChartSurface.RenderableSeries collection. This collection supports multiple RenderableSeries of differing types. Each RenderableSeries is rendered to the screen, from data from an associated DataSeries. For more details on the types in SciChart to create these series, take a look at the SciChart.Charting.Visuals.RenderableSeries Namespace. Further ReadingFor further information, please see our documentation: | |
|
Comments (0)