TcxGridChartPieDiagramValues.GetCaptionItemSeparator Method
Determines the separator string for detail items which are included into pie slice labels.
Declaration
function GetCaptionItemSeparator: string;
Returns
Type |
---|
string |
Remarks
The GetCaptionItemSeparator function returns the CaptionItemSeparator property value. If this property is assigned an empty string, the function returns a semicolon followed by the space character (‘; ‘).
Refer to the description of the CaptionItems property to learn about detail items available to display in pie slice labels.
See Also