Table of Contents

Enum eLabelPosition

Namespace
OfficeOpenXml.Drawing.Chart
Assembly
EPPlus.dll

Position of the labels

public enum eLabelPosition

Fields

BestFit = 0

Best fit

Bottom = 5

Bottom aligned

Center = 3

Center aligned

InBase = 6

Labels will be displayed inside the data marker

InEnd = 7

Labels will be displayed inside the end of the data marker

Left = 1

Left aligned

OutEnd = 8

Labels will be displayed outside the end of the data marker

Right = 2

Right aligned

Top = 4

Top aligned