OhlcSeriesDrawingProvider Class
The OhlcSeriesDrawingProvider provides drawing of bars from an SciChart.Data.Model.IPointSeries derived type, using the default SciChart.Data.Model.IPointSeries.YValues and SciChart.Data.Model.IPointSeries.XValues as input.
Object Model

Syntax
public class OhlcSeriesDrawingProvider : SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseDrawingProvider<FastOhlcRenderableSeries>, ISeriesDrawingProvider
Inheritance Hierarchy
System.Object
SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseDrawingProvider<TRenderableSeries>
SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.OhlcSeriesDrawingProvider
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