Class HiLoOpenCloseSeries
Represents a OHLC chart. To render this chart, create an instance of this class and add it to Series collection property and set the required properties.
Inheritance
System.Object
HiLoOpenCloseSeries
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class HiLoOpenCloseSeries : FinancialSeriesBase
Remarks
HiLoOpenCloseSeries requires ItemsSource, XBindingPath, High, Low, Open and Close properties to be set to render the chart. This series also requires x-axis and y-axis to be explicitly set either using PrimaryAxis and SecondaryAxis or XAxis and YAxis.
Constructors
HiLoOpenCloseSeries()
Declaration
public HiLoOpenCloseSeries()
Methods
CreateSegment()
Create the HiLoOpenCloseSegment.
Declaration
protected override ChartSegment CreateSegment()
Returns
| Type | Description |
|---|---|
| ChartSegment | Returns a segment. |
Overrides
CreateSegment(Double[], Boolean, Boolean)
Add the HiLoOpenCloseSegment into the Segments collection.
Declaration
protected virtual void CreateSegment(double[] values, bool isBull, bool isFill)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double[] | values | The values. |
| System.Boolean | isBull | The Boolean |
| System.Boolean | isFill | The Boolean value. |
CreateSegments()
Creates the segments of FinancialSeriesBase.
Declaration
protected override void CreateSegments()
Overrides
SetFillColor(ChartSegment)
Declaration
protected override void SetFillColor(ChartSegment segment)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartSegment | segment |