Class SFRangeAreaSegment
Inherited Members
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public class SFRangeAreaSegment : SFChartSegment
Constructors
SFRangeAreaSegment()
Declaration
public SFRangeAreaSegment()
Properties
HighValues
Gets the high values.
Declaration
public double[] HighValues { get; }
Property Value
Type |
---|
System.Double[] |
LowValues
Gets the low values.
Declaration
public double[] LowValues { get; }
Property Value
Type |
---|
System.Double[] |
XValues
Gets the x values.
Declaration
public double[] XValues { get; }
Property Value
Type |
---|
System.Double[] |
Methods
OnLayout()
Update the segment positions when the layout was updated.
Declaration
public override void OnLayout()