LayoutTargetType

LayoutTargetType enumeration

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).

public enum LayoutTargetType

Values

NameValueDescription
Inner0Specifies that the plot area size shall determine the size of the plot area, not including the tick marks and axis labels.
Outer1Specifies that the plot area size shall determine the size of the plot area, the tick marks, and the axis labels.

See Also