[]
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 width (0 = no gap, 1 = gap and data poitn have same width).
Type | Condition |
---|---|
ArgumentOutOfRangeException | value is less than zero or is greater than 5. |