Skip to main content

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.v23.2.dll

NuGet Package: 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