ClassChartAxisRangeEventArgs
Class
Base class for chart zoom and drag event arguments. Contains the axis ranges at the time the interaction fires.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public abstract class ChartAxisRangeEventArgs
Inheritance: objectChartAxisRangeEventArgs
Derived Classes:
Constructors
ChartAxisRangeEventArgs()
Declaration
cs-api-definition
protected ChartAxisRangeEventArgs()
Properties
AxisRanges
Contains the visible range of each named axis at the time the event fires.
Dictionary keys are axis names; values describe the min/max boundaries.
Only axes that have a Name set are included.
Declaration
cs-api-definition
public Dictionary<string, ChartAxisRangeDescriptor> AxisRanges { get; set; }
Property Value