Skip to main content

CrosshairOptionsModel.ArgumentLineStyle Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
public LineStyleModel ArgumentLineStyle { 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 ArgumentLineStyle
ChartModel
.CrosshairOptions .ArgumentLineStyle
See Also