Members 
HlcDataSeries<TX,TY> Class
The HlcDataSeries provides a generic data-source in High-Low-Close format for Hlc charts as well as Error bar charts. See also which requires this DataSeries<TX,TY> type as a Data-source. Any 2D renderable Series type such as will render the X-Close value as X-Y.
Object Model
HlcDataSeries<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
TY
Remarks
DataSeries are assigned to the RenderableSeries via the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries.DataSeries property. Any time a DataSeries is appended to, the parent SciChart.Charting.Visuals.SciChartSurface will be redrawn.
Inheritance Hierarchy

System.Object
   SciChart.Data.Model.BindableObject
      SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>
         SciChart.Charting.Model.DataSeries.HlcDataSeries<TX,TY>
            SciChart.Charting.Model.DataSeries.HlcDataSeries<TAllPoints>

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