Class ChartHiLoAreaType
Represents HiLoArea type class
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 class ChartHiLoAreaType : ChartRangeAreaType, IDisposable
Remarks
HiLoArea Chart is a variation of Area Chart type that is normally used in stock analysis.
Constructors
ChartHiLoAreaType()
Declaration
public ChartHiLoAreaType()
Properties
RequiresDataCount
Gets the requirement for 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
IsCompatible(ChartType)
Determines whether the this chart type is compatible with specified type.
Declaration
public override bool IsCompatible(ChartType type)
Parameters
Type | Name | Description |
---|---|---|
ChartType | type | The type value. |
Returns
Type | Description |
---|---|
System.Boolean |
|
Overrides
ToString()
Returns the string representation.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The string |
Overrides
See Also
Implements
System.IDisposable