menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AreaSegment - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AreaSegment

    Represents a segment of an area chart.

    Inheritance
    System.Object
    ChartSegment
    CartesianSegment
    AreaSegment
    RangeAreaSegment
    SplineAreaSegment
    SplineRangeAreaSegment
    StackingAreaSegment
    StepAreaSegment
    Implements
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    ChartSegment.AnimatedValue
    ChartSegment.Fill
    ChartSegment.Index
    ChartSegment.Item
    ChartSegment.Opacity
    ChartSegment.PropertyChanged
    ChartSegment.Series
    ChartSegment.Stroke
    ChartSegment.StrokeDashArray
    ChartSegment.StrokeWidth
    Namespace: Syncfusion.Maui.Charts
    Assembly: Syncfusion.Maui.Charts.dll
    Syntax
    public class AreaSegment : CartesianSegment, INotifyPropertyChanged, IMarkerDependentSegment

    Constructors

    AreaSegment()

    Declaration
    public AreaSegment()

    Properties

    XValues

    Gets the data point values from the series that are bound with x for the segment.

    Declaration
    public double[] XValues { get; }
    Property Value
    Type
    System.Double[]

    YValues

    Gets the data point values from the series that are bound with y for the segment.

    Declaration
    public double[] YValues { get; }
    Property Value
    Type
    System.Double[]

    Methods

    Draw(ICanvas)

    Declaration
    protected override void Draw(ICanvas canvas)
    Parameters
    Type Name Description
    Microsoft.Maui.Graphics.ICanvas canvas
    Overrides
    ChartSegment.Draw(ICanvas)

    OnLayout()

    Declaration
    protected override void OnLayout()
    Overrides
    ChartSegment.OnLayout()

    Implements

    System.ComponentModel.INotifyPropertyChanged
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved