Class ActualRangeChangedEventArgs
This class serves as an event data for the ActualRangeChanged event. The event data holds information when the actual range of axis is changed.
Inheritance
System.Object
ActualRangeChangedEventArgs
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public class ActualRangeChangedEventArgs : EventArgs
Constructors
ActualRangeChangedEventArgs()
Declaration
public ActualRangeChangedEventArgs()
Properties
ActualMaximum
Gets or sets object that represents definite maximum value of axis range.
Declaration
public object ActualMaximum { get; set; }
Property Value
Type |
---|
System.Object |
ActualMinimum
Gets or sets object that represents definite minimum value of axis range.
Declaration
public object ActualMinimum { get; set; }
Property Value
Type |
---|
System.Object |
VisibleMaximum
Gets or sets object that represents observable maximum value of axis range.
Declaration
public object VisibleMaximum { get; set; }
Property Value
Type |
---|
System.Object |
VisibleMinimum
Gets or sets object that represents observable minimum value of axis range.
Declaration
public object VisibleMinimum { get; set; }
Property Value
Type |
---|
System.Object |