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
Field | Description |
---|---|
Bottom | Specifies that the legend shall be drawn at the bottom of the chart. |
Left | Specifies that the legend shall be drawn at the left of the chart. |
Right | Specifies that the legend shall be drawn at the right of the chart. |
Top | Specifies that the legend shall be drawn at the top of the chart. |
TopRight | Specifies 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.
Right
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.