WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartSeriesBoundsEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartSeriesBoundsEventArgs

    Represents chart series bounds changed event arguments.

    Inheritance
    System.Object
    System.EventArgs
    ChartSeriesBoundsEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartSeriesBoundsEventArgs : EventArgs
    Remarks

    It contains information like old bounds and new bounds.

    Constructors

    ChartSeriesBoundsEventArgs()

    Declaration
    public ChartSeriesBoundsEventArgs()

    Properties

    NewBounds

    Gets or sets the updated bounds of the rectangle.

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

    OldBounds

    Gets or sets the previous bounds of the rectangle.

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