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

LineDrawOptions.LineStyle Property

Gets the line series view’s line style settings when implementing custom drawing in the chart control.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public LineStyle LineStyle { get; }

Property Value

Type Description
LineStyle

A LineStyle object which represents the line style options for the line series view.

Remarks

Use the LineStyle property to access and modify line style settings (such as the thickness and dash style) of the line series view.

See Also