Enum ZoomState.StateType
An enumeration that describes whether a given state is the result of a Pan or Zoom operation.
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum StateType
Fields
Name | Description |
---|---|
Pan | Indicates the ZoomState object is from a Pan operation |
Scroll | Indicates the ZoomState object is from a Scroll operation |
WheelZoom | Indicates the ZoomState object is from a Wheel Zoom operation |
Zoom | Indicates the ZoomState object is from a Zoom operation |