SciChart.Charting3D Assembly : SciChart.Charting3D.Model.ChartData Namespace
SciChart.Charting3D.Model.ChartData Namespace
Classes
 ClassDescription
Class

Provides a ViewModel containing info about a BaseXyzSeriesInfo3D, such as name, value, color. SeriesInfo3D types are produced by the SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D as well as other modifiers. They are consumed by legend controls and may be consumed by a custom System.Windows.Controls.ItemsControl binding to collection of SeriesInfo3D.

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

ClassProvides a ViewModel containing info about chart series, which can be bound to. See SciChart.Charting3D.Modifiers.LegendModifier3D.LegendData
Class

Provides a ViewModel containing info about a SciChart.Charting3D.RenderableSeries.BaseRenderableSeries3D, such as name, value, color. SeriesInfo3D types are produced by the SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D as well as other modifiers. They are consumed by legend controls and may be consumed by a custom System.Windows.Controls.ItemsControl binding to collection of SeriesInfo3D.

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

Class

Provides a ViewModel containing info about a SurfaceMeshSeriesInfo3D, such as name, value, color. SeriesInfo3D types are produced by the SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D as well as other modifiers. They are consumed by legend controls and may be consumed by a custom System.Windows.Controls.ItemsControl binding to collection of SeriesInfo3D.

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

Class

Provides a ViewModel containing info about a SciChart.Charting3D.RenderableSeries.WaterfallRenderableSeries3D, such as name, value, color. SeriesInfo3D types are produced by the SciChart.Charting3D.Modifiers.Tooltip3D.TooltipModifier3D as well as other modifiers. They are consumed by legend controls and may be consumed by a custom System.Windows.Controls.ItemsControl binding to collection of SeriesInfo3D.

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

See Also