[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.DataLabelPosition

DataLabelPosition Enum

Specifies where the data label is positioned.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public enum DataLabelPosition
Public Enum DataLabelPosition

Fields

Name Description
Above

Specifies that the data label is positioned above the data point.

Below

Specifies that the data label is positioned below the data point.

BestFit

Specifies the best position for the data label.

Center

Specifies that the data label is centered on the data point or is inside a bar or pie chart.

InsideBase

Specifies that the data label is positioned inside the data point at the bottom edge.

InsideEnd

Specifies that the data label is positioned inside the data point at the top edge.

Left

Specifies that the data label is positioned to the left of the data point.

OutsideEnd

Specifies that the data label is positioned outside the data point at the top edge.

Right

Specifies that the data label is positioned to the right of the data point.