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