Class SplineSegment
Represents a segment of a spline chart.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class SplineSegment : CartesianSegment, INotifyPropertyChanged, IMarkerDependentSegment
Constructors
SplineSegment()
Declaration
public SplineSegment()
Properties
X1
Gets the x-value for the starting point of the spline segment.
Declaration
public float X1 { get; }
Property Value
Type |
---|
System.Single |
X2
Gets the x-value for the ending point of the spline segment.
Declaration
public float X2 { get; }
Property Value
Type |
---|
System.Single |
Y1
Gets the y-value for the starting point of the spline segment.
Declaration
public float Y1 { get; }
Property Value
Type |
---|
System.Single |
Y2
Gets the y-value for the ending point of the spline segment.
Declaration
public float Y2 { get; }
Property Value
Type |
---|
System.Single |
Methods
Draw(ICanvas)
Declaration
protected override void Draw(ICanvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Graphics.ICanvas | canvas |
Overrides
OnLayout()
Declaration
protected override void OnLayout()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged