Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartHistogramStyles.CategoryGridLines Property

Specifies the color for category axis gridlines.

#Declaration

Delphi
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