In This Topic
Selection distance.
Syntax
'Declaration
Protected selectionDistance As Single
'Usage
Dim instance As ChartBase
Dim value As Single
value = instance.selectionDistance
instance.selectionDistance = value
protected float selectionDistance
See Also