Members 
The type of the X-Data.
The type of the Y-Data.
DataSeries<TX,TY> Class
A generic abstract base class which defines a generic DataSeries which contains 1..N columns, such as X,Y in the case of plain X,Y data, or X, Open, High, Low, Close in the case of OHLC data.
Object Model
DataSeries<TX,TY> ClassISciChartSurface InterfaceIAnnotationCanvas InterfaceAnnotationCollection ClassIAnnotation InterfaceIAnnotationCanvas InterfaceIChartModifier InterfaceIGridLinesPanel InterfaceIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceIViewportManager InterfaceAxisCollection ClassIAxis InterfaceIAxis InterfaceAxisCollection ClassIAxis InterfaceIAxis InterfaceIZoomHistoryManager InterfaceIRange InterfaceIRange Interface
Syntax
Type Parameters
TX
The type of the X-Data.
TY
The type of the Y-Data.
Remarks
DataSeries are assigned to the RenderableSeries via the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries property. Any time a DataSeries is appended to, the parent BoxPlotDataSeries<TX,TY> will be redrawn
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