[]
Gets or sets the amount of space between series.
[FpCategory("Category_Appearance")]
public float GapDepth { get; set; }
<FpCategory("Category_Appearance")>
Public Property GapDepth As Single
Depth is measured relative to the depth of the plot area (0 = no depth, 1 = full depth of plot area).
Type | Condition |
---|---|
ArgumentOutOfRangeException | value is less than zero or is greater than 5. |