[]
        
(Showing Draft Content)

FarPoint.Web.Chart.PointSeries.GapDepth

GapDepth Property

GapDepth

Gets or sets the amount of space between series.

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

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

Exceptions
Type Condition
ArgumentOutOfRangeException

value is less than zero or is greater than 5.