TcxGridChartHistogramStyles Properties
Stores styles that define the appearance of all diagrams that use a Cartesian coordinate system.| Name | Description |
|---|---|
| Axis | Specifies the style for all axes and their elements in a diagram. |
| AxisTitle | Specifies the foreground color and font settings for all axis titles in a diagram. |
| CategoryAxis | Specifies the style for a category axis and its elements. |
| CategoryAxisTitle | Specifies the foreground color and font settings for a category axis title. |
| CategoryGridLines | Specifies the color for category axis gridlines. |
| Count | Inherited from TcxCustomStyles. |
| Diagram | Provides access to the target diagram. Inherited from TcxGridChartDiagramStyles. |
| GridLines | Specifies the color for all chart grid lines in a diagram. |
| GridView | Provides access to the parent Chart grid View. Inherited from TcxGridChartDiagramStyles. |
| Legend | Specifies the style of a chart legend. Inherited from TcxGridChartDiagramStyles. |
| Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
| Plot | Specifies the background color or bitmap for a chart’s plot area. |
| StyleSheet | Specifies the style sheet for the current style collection. Inherited from TcxCustomStyles. |
| ValueAxis | Specifies the style for a value axis. |
| ValueAxisTitle | Specifies the foreground color and font settings for a value axis title. |
| ValueCaptions | Specifies the style for the captions of values. Inherited from TcxGridChartDiagramStyles. |
| ValueGridLines | Specifies the color for value axis grid lines. |
| Values | Specifies the generic style for values (data markers). Inherited from TcxGridChartDiagramStyles. |
See Also