[]
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
Gap depth is measured relative to the data point depth (0 = no gap, 1 = gap and data point have the same depth).
Type | Condition |
---|---|
ArgumentOutOfRangeException | value is less than zero or is greater than 5. |