Class StackingAreaSegment
Inherited Members
Namespace: Com.Syncfusion.Charts
Assembly: Syncfusion.SfChart.Android.dll
Syntax
public class StackingAreaSegment : ChartSegment
Constructors
StackingAreaSegment()
Declaration
public StackingAreaSegment()
Properties
BottomValues
Gets the bottom values.
Declaration
public double[] BottomValues { get; }
Property Value
Type |
---|
System.Double[] |
TopValues
Gets the top values.
Declaration
public double[] TopValues { get; }
Property Value
Type |
---|
System.Double[] |
Methods
OnLayout()
Declaration
public override void OnLayout()