TcxGridChartHistogramStyles.ValueGridLines Property
In This Article
Specifies the color for value axis grid lines.
#Declaration
Delphi
property ValueGridLines: TcxStyle index dsValueGridLines read; write;
#Property Value
Type | Description |
---|---|
Tcx |
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