Class ChartHiLoAreaSegment
Represents HiLo area segment type.
Implements
System.IDisposable
Inherited Members
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class ChartHiLoAreaSegment : ChartRangeAreaSegment, IDisposable
Remarks
Class instance is created automatically by WPF Chart building system.
Constructors
ChartHiLoAreaSegment(IChartDataPoint[], ChartIndexedDataPoint[], ChartSeries, Boolean)
Initializes a new instance of the ChartHiLoAreaSegment class.
Declaration
public ChartHiLoAreaSegment(IChartDataPoint[] points, ChartIndexedDataPoint[] correspondingPoints, ChartSeries series, bool isHighLow)
Parameters
Type | Name | Description |
---|---|---|
IChartDataPoint[] | points | The ChartData points |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | correspondingPoints | The corresponding points. |
ChartSeries | series | The series. |
System.Boolean | isHighLow | The HighLow bool value |
Methods
Update(IChartTransformer)
Updates the real coordinates of segment.
Declaration
public override void Update(IChartTransformer transformer)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Windows.Chart.IChartTransformer | transformer | The transformer |
Overrides
See Also
Implements
System.IDisposable