Name | Description | |
---|---|---|
Active | Indicates whether the interactivity operation is active. (Inherited from Xceed.Chart.GraphicsCore.InteractivityOperation) | |
ClampValuesToRuler | When set to true the tool will clamp the unprojected values to the axis rulers. (Inherited from Xceed.Chart.Core.ChartMouseTool) | |
Cursor | Controls the cursor displayed by the control when the operation is active. (Inherited from Xceed.Chart.GraphicsCore.DragOperation) | |
HorizontalAxisId | The index of the axis used as a horizontal (x) axis. Note that you cannot specify collinear axes for the HorizontalAxisId and VerticalAxisId properties. (Inherited from Xceed.Chart.Core.ChartMouseTool) | |
MinHorzPageSize | The minimum page size that the user can select for the horizontal axis. | |
MinVertPageSize | The minimum page size that the user can select for the vertical axis. | |
MouseDragButton | The mouse button that starts this dragging operation (Inherited from Xceed.Chart.GraphicsCore.DragOperation) | |
VerticalAxisId | The index of the axis used as a vertical (y) axis. Note that you cannot specify collinear axes for the HorizontalAxisId and VerticalAxisId properties. (Inherited from Xceed.Chart.Core.ChartMouseTool) | |
ZoomInBorder | The border used to paint the selected area in the chart when the tool will zoom in. | |
ZoomInFillEffect | The fill effect used to paint the selected area in the chart when the tool will zoom in. | |
ZoomOutBorder | The border used to paint the selected area in the chart when the tool will zoom out. | |
ZoomOutFillEffect | The fill effect used to paint the selected area in the chart when the tool will zoom out. | |
ZoomOutResetsAxes | When the user selects a zoom out rect and this property is true the axes will zoom out as much as possible. |