Skip to main content

TcxGridChartHistogramStyles.ValueGridLines Property

Specifies the color for value axis grid lines.

Declaration

property ValueGridLines: TcxStyle index dsValueGridLines read; write;

Property Value

Type Description
TcxStyle

The style of value axis grid lines.

Remarks

Grid lines are draw as follows:

  • Horizontal grid lines are drawn in a color specified through the TcxStyle.TextColor property.

  • Vertical grid lines are drawn in a color specified through the TcxStyle.Color property.

Style options specified through the ValueGridLines property override corresponding style settings set through the GridLines property.

See Also