LegendPositionType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class LegendPositionType extends System.Enum

Determines a position of legend on a chart.

Fields

FieldDescription
BottomSpecifies that the legend shall be drawn at the bottom of the chart.
LeftSpecifies that the legend shall be drawn at the left of the chart.
RightSpecifies that the legend shall be drawn at the right of the chart.
TopSpecifies that the legend shall be drawn at the top of the chart.
TopRightSpecifies that the legend shall be drawn at the top right of the chart.

Bottom

public static final int Bottom

Specifies that the legend shall be drawn at the bottom of the chart.

Left

public static final int Left

Specifies that the legend shall be drawn at the left of the chart.

public static final int Right

Specifies that the legend shall be drawn at the right of the chart.

Top

public static final int Top

Specifies that the legend shall be drawn at the top of the chart.

TopRight

public static final int TopRight

Specifies that the legend shall be drawn at the top right of the chart.