A newer version of this page is available.
Switch to the current version.
GridLines.Color Property
Gets or sets the color of major grid lines.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.dll
Declaration
[XtraSerializableProperty]
public Color Color { get; set; }
<XtraSerializableProperty>
Public Property Color As Color
Property Value
Type | Description |
---|---|
Color | A Color structure which specifies the color of major grid lines. |
See Also
Feedback