Enum eLabelPosition
Position of the labels
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eLabelPosition
Fields
Name | Description |
---|---|
BestFit | Best fit |
Bottom | Bottom aligned |
Center | Center aligned |
InBase | Labels will be displayed inside the data marker |
InEnd | Labels will be displayed inside the end of the data marker |
Left | Left aligned |
OutEnd | Labels will be displayed outside the end of the data marker |
Right | Right aligned |
Top | Top aligned |