Skip to main content

TcxGridChartHistogramStyles.ValueGridLines Property

Specifies the color for value axis gridlines.

Declaration

property ValueGridLines: TcxStyle index dsValueGridLines 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 via this property override the corresponding style settings set via the GridLines property.

See Also