Class ActualRangeChangedEventArgs
Provides data for the ActualRangeChanged event.
Inheritance
System.Object
    ActualRangeChangedEventArgs
  Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.Chart.WinUI.dll
Syntax
public class ActualRangeChangedEventArgs : EventArgsRemarks
This class contains information about the minimum and maximum value of the range.
Constructors
ActualRangeChangedEventArgs(Object, Object)
Initializes a new instance of the ActualRangeChangedEventArgs class.
Declaration
public ActualRangeChangedEventArgs(object actualMinimum, object actualMaximum)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Object | actualMinimum | |
| System.Object | actualMaximum | 
Properties
ActualMaximum
Gets a value that represents the new actual maximum value of the range.
Declaration
public object ActualMaximum { get; }Property Value
| Type | 
|---|
| System.Object | 
ActualMinimum
Gets a value that represents the new actual minimum value of the range.
Declaration
public object ActualMinimum { get; }Property Value
| Type | 
|---|
| System.Object |