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.ValueGridLines Property

Specifies the color for value axis grid lines.

#Declaration

Delphi
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