menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WaterfallSegmentCreatedEventArgs - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WaterfallSegmentCreatedEventArgs

    Handler implementation for waterfall Segment created event.

    Inheritance
    System.Object
    WaterfallSegmentCreatedEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class WaterfallSegmentCreatedEventArgs : EventArgs

    Constructors

    WaterfallSegmentCreatedEventArgs()

    Declaration
    public WaterfallSegmentCreatedEventArgs()

    Properties

    Index

    Gets the corresponding created segment's index.

    Declaration
    public int Index { get; }
    Property Value
    Type
    System.Int32

    IsSummary

    Sets the bool value, which used to identify the corresponding segment is sum segment or not.

    Declaration
    public bool IsSummary { set; }
    Property Value
    Type
    System.Boolean

    Segment

    Gets the corresponding created segment.

    Declaration
    public ChartSegment Segment { get; }
    Property Value
    Type
    ChartSegment

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved