menu

MAUI Toolkit

  • User Guide
  • Demos
  • Support
Class CartesianSegment - MAUI-ToolKit API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    ChartSegment
    CartesianSegment
    AreaSegment
    BoxAndWhiskerSegment
    BubbleSegment
    ColumnSegment
    FastLineSegment
    FastScatterSegment
    HiLoOpenCloseSegment
    LineSegment
    ScatterSegment
    SplineSegment
    WaterfallSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.Draw(ICanvas)
    ChartSegment.Fill
    ChartSegment.Index
    ChartSegment.Item
    ChartSegment.OnLayout()
    ChartSegment.Opacity
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeWidth
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved