public final class LegendDataLabelPosition
extends com.aspose.ms.System.Enum
Determines position of data labels.
Modifier and Type | Field and Description |
---|---|
static int |
BestFit
Specifies that data labels shall be displayed in the best position.
|
static int |
Bottom
Specifies that data labels shall be displayed below the data marker.
|
static int |
Center
Specifies that data labels shall be displayed centered on the data marker.
|
static int |
InsideBase
Specifies that data labels shall be displayed inside the base of the data marker.
|
static int |
InsideEnd
Specifies that data labels shall be displayed inside the end of the data marker.
|
static int |
Left
Specifies that data labels shall be displayed to the left of the data marker.
|
static int |
NotDefined
Position is not defined.
|
static int |
OutsideEnd
Specifies that data labels shall be displayed outside the end of the data marker.
|
static int |
Right
Specifies that data labels shall be displayed to the right of the data marker.
|
static int |
Top
Specifies that data labels shall be displayed above the data marker.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int NotDefined
Position is not defined.
public static final int Bottom
Specifies that data labels shall be displayed below the data marker.
public static final int BestFit
Specifies that data labels shall be displayed in the best position.
public static final int Center
Specifies that data labels shall be displayed centered on the data marker.
public static final int InsideBase
Specifies that data labels shall be displayed inside the base of the data marker.
public static final int InsideEnd
Specifies that data labels shall be displayed inside the end of the data marker.
public static final int Left
Specifies that data labels shall be displayed to the left of the data marker.
public static final int OutsideEnd
Specifies that data labels shall be displayed outside the end of the data marker.
public static final int Right
Specifies that data labels shall be displayed to the right of the data marker.
public static final int Top
Specifies that data labels shall be displayed above the data marker.