public final class LegendPositionType
extends com.aspose.ms.System.Enum
Determines a position of legend on a chart.
Modifier and Type | Field and Description |
---|---|
static int |
Bottom
Specifies that the legend shall be drawn at the bottom of the chart.
|
static int |
Left
Specifies that the legend shall be drawn at the left of the chart.
|
static int |
Right
Specifies that the legend shall be drawn at the right of the chart.
|
static int |
Top
Specifies that the legend shall be drawn at the top of the chart.
|
static int |
TopRight
Specifies that the legend shall be drawn at the top right of the chart.
|
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
public static final int Bottom
Specifies that the legend shall be drawn at the bottom of the chart.
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.
public static final int Top
Specifies that the legend shall be drawn at the top of the chart.
public static final int TopRight
Specifies that the legend shall be drawn at the top right of the chart.