public final class LayoutTargetType
extends com.aspose.ms.System.Enum
If layout of the plot area defined manually this property specifies whether to layout the plot area by its inside (not including axis and axis labels) or outside (including axis and axis labels).
Modifier and Type | Field and Description |
---|---|
static int |
Inner
Specifies that the plot area size shall determine the
size of the plot area, not including the tick marks and
axis labels.
|
static int |
Outer
Specifies that the plot area size shall determine the
size of the plot area, the tick marks, and the axis
labels.
|
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 Inner
Specifies that the plot area size shall determine the size of the plot area, not including the tick marks and axis labels.
public static final int Outer
Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels.