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

AxisBase.ActualGridLinesLineStyle Property

Gets the actual grid lines style of an AxisBase object.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

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

Property Value

Type Description
LineStyle

A LineStyle object.

See Also