Table of Contents

Class AxisMeasurer

Namespace
Radzen.Blazor.Rendering
Assembly
Radzen.Blazor.dll

Class AxisMeasurer.

public static class AxisMeasurer
Inheritance
AxisMeasurer
Inherited Members

Methods

XAxis(RadzenAxisTitle)

xes the axis.

public static double XAxis(RadzenAxisTitle title)

Parameters

title RadzenAxisTitle

The title.

Returns

double

System.Double.

YAxis(ScaleBase, AxisBase, RadzenAxisTitle)

ies the axis.

public static double YAxis(ScaleBase scale, AxisBase axis, RadzenAxisTitle title)

Parameters

scale ScaleBase

The scale.

axis AxisBase

The axis.

title RadzenAxisTitle

The title.

Returns

double

System.Double.