Skip to main content

ChartAxisTickInterval.Implicit(Double to ChartAxisTickInterval) Operator

Defines an implicit conversation of a numeric value to a ChartAxisTickInterval enumeration value.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public static implicit operator ChartAxisTickInterval(double interval)

Parameters

Name Type Description
interval Double

The numeric value.

Returns

Type Description
ChartAxisTickInterval

The converted value.

Remarks

Refer to the following topic for the explanation and example: Numeric(Double).

See Also