SciChart.Charting Assembly : SciChart.Charting.Model.ChartData Namespace
SciChart.Charting.Model.ChartData Namespace
Classes
 ClassDescription
Class Provides a ViewModel containing info about an Xyy series
Class Provides a ViewModel containing info about an BoxPlot series, such as name, open high low close values, color
Class Provides a ViewModel containing info about chart series, which can be bound to to create Rollover or legends.
Class 
Class Provides a ViewModel containing info about an Xyz Ternary series
ClassProvides a class containing info about the series data values, such as last data-series value, last hit-test value, color source. This type is consumed by the SciChart.Charting.ChartModifiers.SeriesValueModifier class to create and draw axis-markers.
Class Provides a ViewModel containing info about a Heatmap series
Class Provides a ViewModel containing info about an HLC series, such as name, high low values, color
Class Provides a ViewModel containing info about an OHLC series, such as name, open high low close values, color
Class Provides a ViewModel containing info about one hundred percent stacked Xy series
Class Provides a ViewModel containing info about chart series, which can be bound to to create Rollover or legends.
ClassProvides a ViewModel containing info about a SciChart.Charting.Visuals.RenderableSeries.IRadarPolygonRenderableSeries, such as name, nearest data value, color. Is used as a data source by SciChart.Charting.ChartModifiers.RadarTooltipModifier and SciChart.Charting.ChartModifiers.RadarLegendModifier.
Class

Provides a ViewModel containing info about a series, such as name, value, color. SeriesInfo types are produced by the SciChart.Charting.ChartModifiers.RolloverModifier, SciChart.Charting.ChartModifiers.CursorModifier and SciChart.Charting.ChartModifiers.LegendModifier. They are consumed by the SciChart.Charting.Visuals.SciChartLegend and may be consumed by a custom System.Windows.Controls.ItemsControl binding to collection of SeriesInfo.

See the examples suite, specifically RolloverModifier, SciTrader and Legends examples for more information.

Class Provides a ViewModel containing info about a Stripe series
Class Provides a ViewModel containing info about an Xyz Ternary series
Class Provides a ViewModel containing info about an Xy series, such as name, x, y values, color
Class Provides a ViewModel containing info about stacked Xy series
Class Provides a ViewModel containing info about an Xyz series
Interfaces
 InterfaceDescription
InterfaceProvides a ViewModel containing info about a SciChart.Charting.Visuals.RenderableSeries.IRadarPolygonRenderableSeries, such as name, nearest data value, color. Is used as a data source by SciChart.Charting.ChartModifiers.RadarTooltipModifier and SciChart.Charting.ChartModifiers.RadarLegendModifier.
See Also