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

FieldDescription
NotDefinedPosition is not defined.
BottomSpecifies that data labels shall be displayed below the data marker.
BestFitSpecifies that data labels shall be displayed in the best position.
CenterSpecifies that data labels shall be displayed centered on the data marker.
InsideBaseSpecifies that data labels shall be displayed inside the base of the data marker.
InsideEndSpecifies that data labels shall be displayed inside the end of the data marker.
LeftSpecifies that data labels shall be displayed to the left of the data marker.
OutsideEndSpecifies that data labels shall be displayed outside the end of the data marker.
RightSpecifies that data labels shall be displayed to the right of the data marker.
TopSpecifies 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.

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.