Skip to main content

TcxGridChartHistogramStyles.GridLines Property

Specifies the color for all chart gridlines within a diagram.

Declaration

property GridLines: TcxStyle index dsGridLines read; write;

Property Value

Type
TcxStyle

Remarks

Gridlines are painted in the following manner:

  • 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 gridlines of a specific axis (via the CategoryGridLines or ValueGridLines property) override the corresponding style settings set via the GridLines property.

See Also