Skip to main content

TcxGridChartHistogramValues.VaryColorsByCategory Property

Specifies whether the colors of data markers are different for each category.

Declaration

property VaryColorsByCategory: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to vary the colors of all data markers in a diagram from category to category. 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.

The default value of the VaryColorsByCategory property is False.

See Also