scichart
Version:
Fast WebGL JavaScript Charting Library and Framework
27 lines (26 loc) • 828 B
TypeScript
export declare enum EChart2DModifierType {
Cursor = "Cursor",
DataPointSelection = "DataPointSelection",
Legend = "Legend",
MouseWheelZoom = "MouseWheelZoom",
PinchZoom = "PinchZoom",
Rollover = "Rollover",
VerticalSlice = "VerticalSlice",
RubberBandXYZoom = "RubberBandXYZoom",
SeriesSelection = "SeriesSelection",
XAxisDrag = "XAxisDrag",
YAxisDrag = "YAxisDrag",
ZoomExtents = "ZoomExtents",
ZoomPan = "ZoomPan",
OverviewRangeSelection = "OverviewRangeSelection",
AnnotationHover = "AnnotationHover",
Custom = "Custom"
}
export declare enum EChart3DModifierType {
MouseWheelZoom = "MouseWheelZoom",
Orbit = "Orbit",
ZoomExtents = "ZoomExtents",
Tooltip = "Tooltip",
PinchZoom = "PinchZoom",
Custom = "Custom"
}