:: com :: sun :: star :: chart2 ::

struct DataPointLabel

Elements' Summary
ShowNumber if true, the value that is represented by a data point is displayed next to it.  
ShowNumberInPercent This is only effective, if ShowNumber is true. If this member is also true, the numbers are displayed as percentages of a category.  
ShowCategoryName The caption contains the category name of the category to which a data point belongs.  
ShowLegendSymbol The symbol of data series is additionally displayed in the caption.  
Elements' Details
ShowNumber
boolean ShowNumber;
Description
if true, the value that is represented by a data point is displayed next to it.
See also
ShowNumberInPercent
ShowNumberInPercent
boolean ShowNumberInPercent;
Description
This is only effective, if ShowNumber is true. If this member is also true, the numbers are displayed as percentages of a category.

That means, if a data point is the first one of a series, the percentage is calculated by using the first data points of all available series.

ShowCategoryName
boolean ShowCategoryName;
Description
The caption contains the category name of the category to which a data point belongs.
ShowLegendSymbol
boolean ShowLegendSymbol;
Description
The symbol of data series is additionally displayed in the caption.
Top of Page