Class ChartHiLoOpenCloseType
Represents ChartHiLoOpenCloseType
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public sealed class ChartHiLoOpenCloseType : ChartHiLoType, IDisposable
Constructors
ChartHiLoOpenCloseType()
Declaration
public ChartHiLoOpenCloseType()
Properties
RequiresDataCount
Gets the require data count.
Declaration
public override int RequiresDataCount { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The require data count. |
Overrides
Methods
CalculateSegments(ChartSeries, ChartIndexedDataPoint[])
Calculates the segments.
Declaration
protected override void CalculateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The series. |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | points | The points. |
Overrides
ToString()
Converts ChartHiLoOpenCloseType to string
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string |
Overrides
See Also
UpdateSegments(ChartSeries, ChartIndexedDataPoint[])
Updates the segments.
Declaration
protected override void UpdateSegments(ChartSeries series, ChartIndexedDataPoint[] points)
Parameters
Type | Name | Description |
---|---|---|
ChartSeries | series | The ChartSeries |
Syncfusion.Windows.Chart.ChartIndexedDataPoint[] | points | The indexed data points |
Overrides
See Also
Implements
System.IDisposable