TcxGridChartHistogramValues.VaryColorsByCategory Property
In This Article
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 |
|
#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 Vary
#Default Value
The VaryColorsByCategory
property’s default value is False
.
See Also