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 |
---|
Windows.Foundation.Rect |
OldBounds
Gets or sets the old bounds of the rectangle.
Declaration
public Rect OldBounds { get; set; }
Property Value
Type |
---|
Windows.Foundation.Rect |