Skip to main content
All docs
V24.2

DxChartCrosshairLabel.Format Property

Specifies the text format in crosshair labels.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.2.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