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

TcxGridChartHistogramValues.VaryColorsByCategory Property

Specifies if data marker colors are different for each category.

#Declaration

Delphi
property VaryColorsByCategory: Boolean read; write; default False;

#Property Value

Type Default Description
Boolean False

True if different categories have different marker colors; otherwise, False.

#Remarks

Set the VaryColorsByCategory property to True to apply different colors to data markers in different categories. The GetVaryColorsByCategory function determines the conditions under which this option will take effect.

Property Value equals False True

Note

When the VaryColorsByCategory option is enabled, a chart legend displays categories (not series as it normally does) and the colors associated with these categories.

#Default Value

The VaryColorsByCategory property’s default value is False.

See Also