menu

MAUI

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

    Show / Hide Table of Contents

    Class WaterfallSegment

    Represents a segment of a Waterfall chart.

    Inheritance
    System.Object
    ChartSegment
    CartesianSegment
    WaterfallSegment
    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 WaterfallSegment : CartesianSegment, INotifyPropertyChanged

    Constructors

    WaterfallSegment()

    Declaration
    public WaterfallSegment()

    Properties

    Bottom

    Gets the Bottom position value of the Waterfallsegment.

    Declaration
    public float Bottom { get; }
    Property Value
    Type
    System.Single

    Left

    Gets the left position value of the Waterfallsegment.

    Declaration
    public float Left { get; }
    Property Value
    Type
    System.Single

    Right

    Gets the Right position value of the Waterfallsegment.

    Declaration
    public float Right { get; }
    Property Value
    Type
    System.Single

    Top

    Gets the Top position value of the Waterfallsegment.

    Declaration
    public float Top { get; }
    Property Value
    Type
    System.Single

    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