Members 
SeriesInfo 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.

Object Model
SeriesInfo ClassIPointMetadata InterfaceIRenderableSeries InterfaceIRenderPassData InterfaceIDataSeries InterfaceIHitTestProvider InterfaceIPaletteProvider InterfaceISeriesAnimation InterfaceIServiceContainer InterfaceIAxis InterfaceIAxis Interface
Syntax
public class SeriesInfo : SciChart.Data.Model.BindableObject 
Inheritance Hierarchy
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also