[]
Gets or sets the amount of space between categories.
[FpCategory("Category_Appearance")]
public float GapWidth { get; set; }
<FpCategory("Category_Appearance")>
Public Property GapWidth As Single
Gap width is measured relative to the data point wdith (0 = no gap, 1 = gap and data point have the same width).
Type | Condition |
---|---|
ArgumentOutOfRangeException | value is less than zero or is greater than 5. |