LegendDataLabelPosition
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class LegendDataLabelPosition extends System.Enum
Determines position of data labels.
Fields
Field | Description |
---|---|
NotDefined | Position is not defined. |
Bottom | Specifies that data labels shall be displayed below the data marker. |
BestFit | Specifies that data labels shall be displayed in the best position. |
Center | Specifies that data labels shall be displayed centered on the data marker. |
InsideBase | Specifies that data labels shall be displayed inside the base of the data marker. |
InsideEnd | Specifies that data labels shall be displayed inside the end of the data marker. |
Left | Specifies that data labels shall be displayed to the left of the data marker. |
OutsideEnd | Specifies that data labels shall be displayed outside the end of the data marker. |
Right | Specifies that data labels shall be displayed to the right of the data marker. |
Top | Specifies that data labels shall be displayed above the data marker. |
NotDefined
public static final int NotDefined
Position is not defined.
Bottom
public static final int Bottom
Specifies that data labels shall be displayed below the data marker.
BestFit
public static final int BestFit
Specifies that data labels shall be displayed in the best position.
Center
public static final int Center
Specifies that data labels shall be displayed centered on the data marker.
InsideBase
public static final int InsideBase
Specifies that data labels shall be displayed inside the base of the data marker.
InsideEnd
public static final int InsideEnd
Specifies that data labels shall be displayed inside the end of the data marker.
Left
public static final int Left
Specifies that data labels shall be displayed to the left of the data marker.
OutsideEnd
public static final int OutsideEnd
Specifies that data labels shall be displayed outside the end of the data marker.
Right
public static final int Right
Specifies that data labels shall be displayed to the right of the data marker.
Top
public static final int Top
Specifies that data labels shall be displayed above the data marker.