Class LineSegment
Inheritance
System.Object
LineSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public class LineSegment : CartesianSegment, INotifyPropertyChanged, IMarkerDependentSegment
Constructors
LineSegment()
Declaration
Properties
X1
Declaration
Property Value
Type |
Description |
System.Single |
|
X2
Declaration
Property Value
Type |
Description |
System.Single |
|
Y1
Declaration
Property Value
Type |
Description |
System.Single |
|
Y2
Declaration
Property Value
Type |
Description |
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