Supplies information about a ViewChange event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class ChartViewChangeEventArgsSupplies information about a ViewChange event that is being raised.
public ChartViewChangeEventArgs()Gets the end of the visible range as a fraction (0-1) of the full category range.
public double ViewEnd { get; set; }
| Type | Description |
|---|---|
| double | Gets the end of the visible range as a fraction (0-1) of the full category range. |
Gets the start of the visible range as a fraction (0-1) of the full category range.
public double ViewStart { get; set; }
| Type | Description |
|---|---|
| double | Gets the start of the visible range as a fraction (0-1) of the full category range. |
Gets the current zoom level as a percentage. 100 means no zoom (full range visible).
public double Zoom { get; set; }
| Type | Description |
|---|---|
| double | Gets the current zoom level as a percentage. 100 means no zoom (full range visible). |