TcxGridChartPieDiagramValues Properties
Contains appearance options for pie slices in pie diagrams.| Name | Description |
|---|---|
| AngleOfFirstSlice | Specifies the angle (from 0 degrees which is at the top of the pie circle, clockwise to 360 degrees) at which the first pie slice is drawn. |
| CaptionItems | Specifies a set of detail items to be included into pie slice labels. |
| CaptionItemSeparator | Specifies a separator string for detail items to be included into pie slice labels. |
| CaptionPosition | Specifies the visibility and display position of pie slice labels. |
| Diagram | Provides access to the chart diagram which owns the options that are referenced by the current instance of the class. Inherited from TcxCustomGridChartDiagramOptions. |
| GridView | Provides access to the Chart View which displays the chart diagram that owns the options that are referenced by the current instance of the class. Inherited from TcxCustomGridChartDiagramOptions. |
| PercentageCaptionFormat | Specifies the format pattern used to determine the string representation of percentage values in pie slice labels. |
See Also