Class SplineAreaSegment
Represents a segment of the SplineAreaSeries.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public class SplineAreaSegment : AreaSegment, INotifyPropertyChanged, IMarkerDependentSegment
Constructors
SplineAreaSegment()
Initializes a new instance of the SplineAreaSegment class.
Declaration
public SplineAreaSegment()
Methods
Draw(ICanvas)
Draws a segment for the specified chart series or charts.
Declaration
protected override void Draw(ICanvas canvas)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Maui.Graphics.ICanvas | canvas |
Overrides
OnLayout()
Calculates the required values for rendering the chart segment.
Declaration
protected override void OnLayout()
Overrides
Implements
System.ComponentModel.INotifyPropertyChanged