Class
ChartZoomable

Enables interactive zooming functionality for detailed data exploration in charts. Allows users to select areas of the chart for magnified viewing of specific data ranges. Essential for charts with large datasets where users need to focus on particular time periods or value ranges. Supports mouse and touch-based zoom interactions for comprehensive user experience across devices. Children: ChartZoomableMousewheel, ChartZoomableSelection.

Definition

Constructors

ChartZoomable()

Declaration

cs-api-definition
public ChartZoomable()

Properties

ChildContent

The content to be rendered inside the component. Children: ChartZoomableMousewheel, ChartZoomableSelection.

Declaration

cs-api-definition
[Parameter]
public RenderFragment ChildContent { get; set; }

Property Value

RenderFragment

Enabled

Controls whether chart zooming functionality is enabled for enhanced data exploration and detailed analysis. When set to true, users can zoom into specific chart areas using mouse wheel or selection methods to examine data at different scales. Set to false to disable all zooming capabilities for static chart presentations or when zooming is not appropriate for the data context. Zooming enhances user interaction and allows detailed examination of specific data ranges or time periods for better insights.

Declaration

cs-api-definition
[Parameter]
public bool? Enabled { get; set; }

Property Value

bool?

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)

OnAfterRender(bool)

Declaration

cs-api-definition
protected override void OnAfterRender(bool firstRender)

Parameters

firstRender

bool

Overrides ComponentBase.OnAfterRender(bool)

OnInitialized()

Declaration

cs-api-definition
protected override void OnInitialized()

Overrides DataVizChildComponent.OnInitialized()

OnParametersSet()

Declaration

cs-api-definition
protected override void OnParametersSet()

Overrides ComponentBase.OnParametersSet()

Serialize()

Declaration

cs-api-definition
public Dictionary<string, object> Serialize()

Returns

Dictionary<string, object>