Class ChartAxisBoundsEventArgs
Represents chart series bounds changed event arguments.
Inheritance
System.Object
System.EventArgs
ChartAxisBoundsEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.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 |
---|
System.Windows.Rect |
OldBounds
Gets or sets the previous bounds of the rectangle.
Declaration
public Rect OldBounds { get; set; }
Property Value
Type |
---|
System.Windows.Rect |