com.aspose.slides
Class LegendDataLabelPosition

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.LegendDataLabelPosition

public final class LegendDataLabelPosition
extends com.aspose.ms.System.Enum

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 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.
 
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, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NotDefined

public static final int NotDefined

Position is not defined.

See Also:
Constant Field Values

Bottom

public static final int Bottom

Specifies that data labels shall be displayed below the data marker.

See Also:
Constant Field Values

BestFit

public static final int BestFit

Specifies that data labels shall be displayed in the best position.

See Also:
Constant Field Values

Center

public static final int Center

Specifies that data labels shall be displayed centered on the data marker.

See Also:
Constant Field Values

InsideBase

public static final int InsideBase

Specifies that data labels shall be displayed inside the base of the data marker.

See Also:
Constant Field Values

InsideEnd

public static final int InsideEnd

Specifies that data labels shall be displayed inside the end of the data marker.

See Also:
Constant Field Values

Left

public static final int Left

Specifies that data labels shall be displayed to the left of the data marker.

See Also:
Constant Field Values

OutsideEnd

public static final int OutsideEnd

Specifies that data labels shall be displayed outside the end of the data marker.

See Also:
Constant Field Values

Right

public static final int Right

Specifies that data labels shall be displayed to the right of the data marker.

See Also:
Constant Field Values

Top

public static final int Top

Specifies that data labels shall be displayed above the data marker.

See Also:
Constant Field Values


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.