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

GridLines.Color Property

Gets or sets the color of major grid lines.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public Color Color { get; set; }

Property Value

Type Description
Color

A Color structure which specifies the color of major grid lines.

See Also