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

CustomAxisLabel.GridLineVisible Property

Gets or sets the value that specifies whether to show a grid line for the custom axis label.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public bool GridLineVisible { get; set; }

Property Value

Type Description
Boolean

true, if a grid line should be visible; otherwise, false.

See Also