Class CartesianSegment
Represents the base class for various types of cartesian chart segments, including AreaSegment, ColumnSegment, LineSegment, SplineSegment, ScatterSegment, FastLineSegment and so on.
Inheritance
System.Object
CartesianSegment
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
Namespace: Syncfusion.Maui.Toolkit.Charts
Assembly: Syncfusion.Maui.Toolkit.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