TcxGridChartStackedBarDiagram Members
A stacked bar diagram.Constructors
| Name | Description |
|---|---|
| Create(TcxGridChartView) | Initializes a new instance of the TcxGridChartDiagram class with specified settings. Inherited from TcxGridChartDiagram. |
Properties
| Name | Description |
|---|---|
| Active | Specifies whether the chart diagram is visible within a Chart View. Inherited from TcxGridChartDiagram. |
| AxisCategory | Specifies appearance settings for the diagram’s category axis. Inherited from TcxGridChartHistogram. |
| AxisValue | Provides access to value axis appearance settings. Inherited from TcxGridChartHistogram. |
| DisplayText | Returns the text string that describes the chart diagram. Inherited from TcxGridChartDiagram. |
| EmptyPointsDisplayMode protected | Specifies the missing values representation style. Inherited from TcxGridChartHistogram. |
| Enabled | Specifies whether the chart diagram can be displayed within a Chart View. Inherited from TcxGridChartDiagram. |
| GridView | Provides access to the Chart View which displays the chart diagram. Inherited from TcxGridChartDiagram. |
| ID | Returns the text that describes the chart diagram. Inherited from TcxGridChartDiagram. |
| Legend | Specifies a chart legend for a chart diagram. Inherited from TcxGridChartDiagram. |
| SideBySideIndentWidth | Specifies the offset between grouped data markers, in pixels. Inherited from TcxGridChartStackedColumnDiagram. |
| StackedStyle | Specifies the stack style for data markers. Inherited from TcxGridChartStackedColumnDiagram. |
| Styles | Provides access to styles that define the appearance of diagram elements. Inherited from TcxGridChartHistogram. |
| Values | Specifies options for series values (their data markers in a column diagram). Inherited from TcxGridChartColumnDiagram. |
Methods
Events
| Name | Description |
|---|---|
| OnCustomDrawLegend | Occurs every time a chart legend is about to be drawn. Inherited from TcxGridChartDiagram. |
| OnCustomDrawLegendItem | Allows you to override or complement built-in legend item draw operations. Inherited from TcxGridChartDiagram. |
| OnCustomDrawPlot | Occurs when a chart’s plot area needs to be painted. Inherited from TcxGridChartHistogram. |
| OnCustomDrawValue | Occurs every time a data marker is about to be drawn. Inherited from TcxGridChartDiagram. |
| OnCustomDrawValueCaption | Allows you to override the default draw routine for chart value captions. Inherited from TcxGridChartDiagram. |
| ValuesEvents | Inherited from TcxGridChartHistogram. |
See Also