TcxGridChartPieDiagramValues Members
Contains appearance options for pie slices in pie diagrams.Constructors
Name | Description |
---|---|
Create(TcxGridChartDiagram) | Initializes a new instance of the TcxCustomGridChartDiagramOptions class with specified settings. Inherited from TcxCustomGridChartDiagramOptions. |
Properties
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. |
Methods
Name | Description |
---|---|
Assign(TPersistent) | Inherited from TPersistent. |
AssignTo(TPersistent) | Inherited from TPersistent. |
Equals(TObject) | Inherited from TObject. |
GetCaptionItemSeparator | Determines the separator string for detail items which are included into pie slice labels. |
GetCaptionPosition | Determines the display position of pie slice labels. |
GetHashCode | Inherited from TObject. |
GetNamePath | Inherited from TPersistent. |
GetOwner | Inherited from TPersistent. |
GetPercentageCaptionFormat | Determines the format pattern used to determine the string representation of percentage values in pie slice labels. |
ToString | Inherited from TObject. |
See Also