TcxGridChartHistogramStyles.CategoryGridLines Property
In This Article
Specifies the color for category axis gridlines.
#Declaration
Delphi
property CategoryGridLines: TcxStyle index dsCategoryGridLines read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The style of category axis grid lines. |
#Remarks
Grid lines are painted in the following manner:
Horizontal grid lines are painted with a color specified via the TcxStyle.TextColor property.
Vertical grid lines are painted with a color specified via the TcxStyle.Color property.
The style options specified via this property override the corresponding style settings set via the GridLines property.
See Also