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).
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum LayoutTargetType
Public Enumeration LayoutTargetType
public enum class LayoutTargetType
Members
| Member name | Value | Description |
---|
| Inner | 0 |
Specifies that the plot area size shall determine the
size of the plot area, not including the tick marks and
axis labels.
|
| Outer | 1 |
Specifies that the plot area size shall determine the
size of the plot area, the tick marks, and the axis
labels.
|
See Also