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

AxisBase.ActualGridLinesMinorLineStyle Property

Gets the actual line style for minor grid lines of an AxisBase object.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

[Browsable(false)]
public LineStyle ActualGridLinesMinorLineStyle { get; }

Property Value

Type Description
LineStyle

A LineStyle object.

See Also