RangeSelector Constructor
In This Topic
Creates an instance of RangeSlider class and attaches it to the specified chart.
Syntax
'Declaration
Public Function New( _
ByVal As FlexChart _
)
public RangeSelector(
FlexChart
)
Parameters
- chart
- Chart control.
See Also