Class SFSplineSegment
Inherited Members
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public class SFSplineSegment : SFChartSegment
Constructors
SFSplineSegment()
Declaration
public SFSplineSegment()
Properties
X1
Gets the x1 value.
Declaration
public float X1 { get; }
Property Value
Type |
---|
System.Single |
X2
Gets the x2 value.
Declaration
public float X2 { get; }
Property Value
Type |
---|
System.Single |
Y1
Gets the y1 value.
Declaration
public float Y1 { get; }
Property Value
Type |
---|
System.Single |
Y2
Gets the y2 value.
Declaration
public float Y2 { get; }
Property Value
Type |
---|
System.Single |
Methods
OnLayout()
Update the segment positions when the layout was updated.
Declaration
public override void OnLayout()