Skip to main content
All docs
V25.1
  • ChartAxisInterval.Implicit(Double to ChartAxisInterval) Operator

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

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public static implicit operator ChartAxisInterval(double interval)

    Parameters

    Name Type Description
    interval Double

    The numeric value.

    Returns

    Type Description
    ChartAxisInterval

    The converted value.

    Remarks

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

    See Also