|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
com.aspose.ms.System.Enum
com.aspose.slides.LegendDataLabelPositionEx
public final class LegendDataLabelPositionEx
Determines position of data labels.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum |
---|
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum |
Field Summary | |
---|---|
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 |
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. |
Fields inherited from class com.aspose.ms.System.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.System.Enum |
---|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |