[]
Represents the visibilities of the parts of a data label.
[Flags]
public enum DataLabelVisibilities
<Flags>
Public Enum DataLabelVisibilities
Name | Description |
---|---|
BubbleSize | The bubble size in the data label is visible. |
CategoryName | The category name in the data label is visible. |
LeaderLines | The leader line is visible. |
LegendKey | The legend key in the data label is visible. |
None | No data label is visible. |
Percentage | The percentage value in the data label is visible. |
SeriesName | The series name in the data label is visible. |
Value | The data point value in the data label is visible. |
ValueFromCells | The value from cell in the data label is visible. |