Class FastLineSegment
Represents a segment of a fast line chart.
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class FastLineSegment : CartesianSegment, INotifyPropertyChanged, ILineDrawing
Constructors
FastLineSegment()
Initializes a new instance of the FastLineSegment class.
Declaration
public FastLineSegment()
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