Api in TypeScript Range navigator control
18 Nov 20182 minutes to read
| Name | Description |
|---|---|
| PeriodSelectorSettings | Period Selector Settings |
| Periods | button settings in period selector |
| RangeNavigatorSeries | Series class for the range navigator |
| StyleSettings | Style settings |
| ThumbSettings | Thumb settings |
| RangeNavigator | Range Navigator |
| RangeSeries | To render Chart series |
| PeriodSelector | Period selector class |
| RangeNavigatorAxis | class for axis |
| RangeSlider | Class for slider |
| RangeTooltip |
Tooltip module is used to render the tooltip for chart series. |
| IChangedEventArgs | Interface for changed events |
| ILabelRenderEventsArgs | Interface for label render event |
| ILoadEventArgs | interface for load event |
| IRangeEventArgs | Interface for range events |
| IRangeLoadedEventArgs | interface for loaded event |
| PeriodSelectorPosition | Period selector position Top Bottom |
| RangeIntervalType | Defines the interval type of datetime axis. They are * auto - Define the interval of the axis based on data. * quarter - Define the interval of the axis based on data. * years - Define the interval of the axis in years. * months - Define the interval of the axis in months. * weeks - Define the interval of the axis in weeks * days - Define the interval of the axis in days. * hours - Define the interval of the axis in hours. * minutes - Define the interval of the axis in minutes. |
| RangeLabelIntersectAction | Defines the intersect action. They are * none - Shows all the labels. * hide - Hide the label when it intersect. * |