[]
        
(Showing Draft Content)

FarPoint.Web.Chart.HighLowCloseSeries.GapWidth

GapWidth Property

GapWidth

Gets or sets the amount of space between categories.

Declaration
[FpCategory("Category_Appearance")]
public float GapWidth { get; set; }
<FpCategory("Category_Appearance")>
Public Property GapWidth As Single
Remarks

Gap width is measured relative to the data point wdith (0 = no gap, 1 = gap and data point have the same width).

Exceptions
Type Condition
ArgumentOutOfRangeException

value is less than zero or is greater than 5.