Skip to main content

GridLinesModel.MinorLineStyle Property

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

Namespace: DevExpress.XtraCharts.Designer

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

NuGet Package: DevExpress.Win.Charts

Declaration

public LineStyleModel MinorLineStyle { get; }

Property Value

Type Description
LineStyleModel

The model of the minor gridline style.

See Also