Back to Devexpress

CrosshairOptionsBase.ValueLineStyle Property

wpf-devexpress-dot-xpf-dot-charts-dot-crosshairoptionsbase-ada5a709.md

latest1.2 KB
Original Source

CrosshairOptionsBase.ValueLineStyle Property

Gets or sets the value line style settings of the crosshair cursor.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public LineStyle ValueLineStyle { get; set; }
vb
Public Property ValueLineStyle As LineStyle

Property Value

TypeDescription
LineStyle

The line style of a crosshair value line.

|

Remarks

The ValueLineStyle property provides access to the value line style settings of a crosshair cursor. These settings allow you to customize the value line thickness, dash cap and dash style.

See Also

CrosshairOptionsBase Class

CrosshairOptionsBase Members

DevExpress.Xpf.Charts Namespace