Class AreaSegment
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class AreaSegment : ChartSegment
Constructors
AreaSegment()
Declaration
public AreaSegment()
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()