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

AxisBase.GridLinesMinorStrokeStyle Property

Specifies the line style settings for the axis’ minor grid lines.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "GridLinesMinorStrokeStyleChanged")]
public StrokeStyle GridLinesMinorStrokeStyle { get; set; }

Property Value

Type
StrokeStyle
See Also