Class ChartSeriesBoundsEventArgs

    Show / Hide Table of Contents

    Class ChartSeriesBoundsEventArgs

    Represents the chart series bounds event arguments.

    Inheritance
    System.Object
    ChartSeriesBoundsEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.Chart.WinUI.dll
    Syntax
    public class ChartSeriesBoundsEventArgs : EventArgs
    Remarks

    It contains data for the old and new bounds of the rectangle.

    Constructors

    ChartSeriesBoundsEventArgs()

    Called when an instance is created for the ChartSeriesBoundsEventArgs.

    Declaration
    public ChartSeriesBoundsEventArgs()

    Properties

    NewBounds

    Gets or sets the new bounds of the rectangle.

    Declaration
    public Rect NewBounds { get; set; }
    Property Value
    Type Description
    Windows.Foundation.Rect

    OldBounds

    Gets or sets the old bounds of the rectangle.

    Declaration
    public Rect OldBounds { get; set; }
    Property Value
    Type Description
    Windows.Foundation.Rect
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved