TcxGridChartHistogramValues.VaryColorsByCategory Property
Specifies if data marker colors are different for each category.
Declaration
property VaryColorsByCategory: Boolean read; write; default False;
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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