TcxGridChartHistogramStyles.GridLines Property
Specifies the color for all chart grid lines in a diagram.
Declaration
property GridLines: TcxStyle index dsGridLines read; write;
Property Value
| Type | Description |
|---|---|
| TcxStyle | The grid line style. |
Remarks
Grid lines are draw as follows:
Horizontal gridlines are painted with a color specified via the TcxStyle.TextColor property.
Vertical gridlines are painted with a color specified via the TcxStyle.Color property.
The style options specified for chart grid lines of a specific axis (CategoryGridLines or ValueGridLines) override the corresponding style settings defined through the GridLines property.
See Also