Class CartesianSegment
The CartesianSegment is the base class for the AreaSegment, ColumnSegment, LineSegment, SplineSegment, ScatterSegment and FastLineSegment classes.
Inheritance
System.Object
CartesianSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public abstract class CartesianSegment : ChartSegment, INotifyPropertyChanged
Constructors
CartesianSegment()
Declaration
protected CartesianSegment()
Properties
IsEmpty
Get the bool value to identify the empty point segment.
Declaration
public bool IsEmpty { get; }
Property Value
| Type |
|---|
| System.Boolean |
Implements
System.ComponentModel.INotifyPropertyChanged