Back to Devexpress

DxChartCrosshair.Enabled Property

blazor-devexpress-dot-blazor-dot-dxchartcrosshair.md

latest1.1 KB
Original Source

DxChartCrosshair.Enabled Property

Specifies whether crosshairs are enabled.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
[DefaultValue(false)]
[Parameter]
public bool Enabled { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

true to enable crosshairs; otherwise, false.

|

Remarks

Add a DxChartCrosshair object to the chart markup and set its Enabled property to true to display crosshairs.

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

See Also

DxChartCrosshair Class

DxChartCrosshair Members

DevExpress.Blazor Namespace