Skip to main content

GridLinesModel.LineStyle Property

Returns the model of the line style of gridlines configured by the modeled options.

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public LineStyleModel LineStyle { get; }

Property Value

Type Description
LineStyleModel

The model of the line style.

See Also