Skip to main content

TcxGridChartHistogramStyles Class

Contains a set of styles that manage the appearance of all diagrams that provide axes for chart value measurements and comparisons.

Declaration

TcxGridChartHistogramStyles = class(
    TcxGridChartDiagramStyles
)

Remarks

In addition to the settings inherited from the base TcxGridChartDiagramStyles class, the TcxGridChartHistogramStyles class introduces properties that allow you to specify style attributes for:

To apply this set of styles to a diagram, use the diagram’s Styles property.

See Also