alexa
menu

    Show / Hide Table of Contents

    Class ChartAxisBoundsEventArgs

    Represents the event arguments raised when the bounds of a chart axis or series change

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

    It contains information like old bounds and new bounds.

    Constructors

    ChartAxisBoundsEventArgs()

    Declaration
    public ChartAxisBoundsEventArgs()

    Properties

    NewBounds

    Gets or sets the updated bounds of the rectangle.

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

    OldBounds

    Gets or sets the previous bounds of the rectangle.

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

    Extension Methods

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