Skip to main content
All docs
V25.1
  • DxChartCrosshairLabel.Format Property

    Specifies the text format in crosshair labels.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [Parameter]
    public ChartElementFormat Format { get; set; }

    Property Value

    Type Description
    ChartElementFormat

    An enumeration value.

    Remarks

    Refer to the DxChartCrosshair class description for more information and an example.

    See Also