scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
36 lines (35 loc) • 1.19 kB
TypeScript
export declare enum EChart2DModifierType {
Cursor = "Cursor",
PolarCursor = "PolarCursor",
DataPointSelection = "DataPointSelection",
PolarDataPointSelection = "PolarDataPointSelection",
Legend = "Legend",
PolarLegend = "PolarLegend",
MouseWheelZoom = "MouseWheelZoom",
PolarMouseWheelZoom = "PolarMouseWheelZoom",
PinchZoom = "PinchZoom",
Rollover = "Rollover",
VerticalSlice = "VerticalSlice",
RubberBandXYZoom = "RubberBandXYZoom",
PolarArcZoom = "PolarArcZoom",
SeriesSelection = "SeriesSelection",
PolarSeriesSelection = "PolarSeriesSelection",
XAxisDrag = "XAxisDrag",
YAxisDrag = "YAxisDrag",
ZoomExtents = "ZoomExtents",
PolarZoomExtents = "PolarZoomExtents",
ZoomPan = "ZoomPan",
PolarPan = "PolarPan",
OverviewRangeSelection = "OverviewRangeSelection",
AnnotationHover = "AnnotationHover",
Custom = "Custom"
}
export declare enum EChart3DModifierType {
MouseWheelZoom = "MouseWheelZoom",
Orbit = "Orbit",
ZoomExtents = "ZoomExtents",
Tooltip = "Tooltip",
PinchZoom = "PinchZoom",
Legend = "Legend",
Custom = "Custom"
}