[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts.DataLabelPosition

Enumeration: DataLabelPosition

Sheets.Charts.DataLabelPosition

Specifies where the data label is positioned.

Table of contents

Enumeration members

Enumeration members

above

above = 8

Data label above point.


below

below = 1

Data label below point.


bestFit

bestFit = 0

Adjust data label position automatically.


center

center = 2

Data label centered on data point or inside bar or pie.


insideBase

insideBase = 3

Data label positioned arbitrarily.


insideEnd

insideEnd = 4

Data label positioned arbitrarily.


left

left = 5

Data label positioned at bottom of bar or pie.


outsideEnd

outsideEnd = 6

Data label positioned at top of bar or pie.


right = 7

Data label positioned at top of bar or pie.