Class SFStackingAreaSegment
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFStackingAreaSegment : SFChartSegment
Constructors
SFStackingAreaSegment()
Declaration
public SFStackingAreaSegment()
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()