dotnetCHARTING Send comments on this topic.
Gap Property
See Also 
dotnetCHARTING Namespace > AxisLineBreaks Class : Gap Property


Gets or sets a value between 0 and 1 that specifies the gap amount.

Syntax

Visual Basic (Declaration) 
Public Property Gap As Double
Visual Basic (Usage)Copy Code
Dim instance As AxisLineBreaks
Dim value As Double
 
instance.Gap = value
 
value = instance.Gap
C# 
public double Gap {get; set;}

See Also

© 2021 All Rights Reserved.