Skip to main content

TcxGridChartHistogramStyles.CategoryGridLines Property

Specifies the color for category axis gridlines.

Declaration

property CategoryGridLines: TcxStyle index dsCategoryGridLines read; write;

Property Value

Type Description
TcxStyle

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