[]
Gets or sets the depth of the plot area.
[FpCategory("Category_Layout")]
public float Depth { get; set; }
<FpCategory("Category_Layout")>
Public Property Depth As Single
Depth is measured relative to width of plot area (0 = no depth, 1 = depth and width are equal).
Type | Condition |
---|---|
ArgumentOutOfRangeException | Value is less than or equal to zero or greater than 20. |