Skip to main content
A newer version of this page is available. .

CrosshairOptionsModel.ValueLineStyle Property

Returns the model of value lines style of the modeled options of the Crosshair cursor.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[PropertyForOptions]
public LineStyleModel ValueLineStyle { get; }

Property Value

Type Description
LineStyleModel

The line style model.

Property Paths

You can access this nested property as listed below:

Object Type Path to ValueLineStyle
ChartModel
.CrosshairOptions.ValueLineStyle
See Also