LayoutTargetType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class LayoutTargetType extends 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).
Fields
Field | Description |
---|---|
Inner | Specifies that the plot area size shall determine the size of the plot area, not including the tick marks and axis labels. |
Outer | Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels. |
Inner
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.
Outer
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.