Skip to main content

TcxGridChartHistogramValues.GetVaryColorsByCategory Method

Determines whether all data markers in a diagram can be painted using different colors for each category.

Declaration

function GetVaryColorsByCategory: Boolean; virtual;

Returns

Type
Boolean

Remarks

This function returns True when the conditions for applying different colors to data markers are met.

By default, the GetVaryColorsByCategory function returns True when a single series is displayed within a diagram and the VaryColorsByCategory property is set to True.

See Also