Skip to main content

AxisBase.ActualGridLinesMinorLineStyle Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
LineStyle

A LineStyle object.

See Also