ChartViewChangeEventArgs Class

Supplies information about a ViewChange event that is being raised.

Inheritance

Object

ChartViewChangeEventArgs

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class ChartViewChangeEventArgs

Constructors

ChartViewChangeEventArgslink

Supplies information about a ViewChange event that is being raised.

Declaration
public ChartViewChangeEventArgs()

Properties

ViewEndlink

Gets the end of the visible range as a fraction (0-1) of the full category range.

Declaration
public double ViewEnd { get; set; }
Property Value
Type Description
doubleGets the end of the visible range as a fraction (0-1) of the full category range.

ViewStartlink

Gets the start of the visible range as a fraction (0-1) of the full category range.

Declaration
public double ViewStart { get; set; }
Property Value
Type Description
doubleGets the start of the visible range as a fraction (0-1) of the full category range.

Zoomlink

Gets the current zoom level as a percentage. 100 means no zoom (full range visible).

Declaration
public double Zoom { get; set; }
Property Value
Type Description
doubleGets the current zoom level as a percentage. 100 means no zoom (full range visible).
An error has occurred. This app may no longer respond until reloaded. Reload 🗙