Class ChartSeriesBoundsEventArgs
Represents event data that provides information about changes to the chart series bounds during layout processing.
Inheritance
System.Object
ChartSeriesBoundsEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public class ChartSeriesBoundsEventArgs : EventArgs
Remarks
It contains information like old bounds and new bounds.
Constructors
ChartSeriesBoundsEventArgs()
Called when instance created for ChartSeriesBoundsEventArgs.
Declaration
public ChartSeriesBoundsEventArgs()
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 |