[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.DataLabelVisibilities

DataLabelVisibilities Enum

Represents the visibilities of the parts of a data label.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
[Flags]
public enum DataLabelVisibilities
<Flags>
Public Enum DataLabelVisibilities

Fields

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.