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

GridLinesModel.MinorLineStyle Property

Returns the model of minor gridline style of the modeled gridlines options.

Namespace: DevExpress.XtraCharts.Designer

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

Declaration

public LineStyleModel MinorLineStyle { get; }

Property Value

Type Description
LineStyleModel

The model of the minor gridline style.

See Also