Class SFFinancialSegment
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFFinancialSegment : SFChartSegment
Constructors
SFFinancialSegment()
Declaration
public SFFinancialSegment()
Properties
CenterPointX
Gets the center point of x.
Declaration
public float CenterPointX { get; }
Property Value
Type |
---|
System.Single |
ClosePointX
Gets the close point of x.
Declaration
public float ClosePointX { get; }
Property Value
Type |
---|
System.Single |
ClosePointY
Gets the close point of y.
Declaration
public float ClosePointY { get; }
Property Value
Type |
---|
System.Single |
HighPointY
Gets the high point of y.
Declaration
public float HighPointY { get; }
Property Value
Type |
---|
System.Single |
LowPointY
Gets the low point of y.
Declaration
public float LowPointY { get; }
Property Value
Type |
---|
System.Single |
OpenPointX
Gets the open point of x.
Declaration
public float OpenPointX { get; }
Property Value
Type |
---|
System.Single |
OpenPointY
Gets the open point of y.
Declaration
public float OpenPointY { get; }
Property Value
Type |
---|
System.Single |
Methods
OnLayout()
Update the segment positions when the layout was updated.
Declaration
public override void OnLayout()