Click or drag to resize

ZoomPanOptions3D Class

LightningChart .NET Help
Zoom, pan and rotation options for View3D.
Inheritance Hierarchy

Namespace:  Arction.WinForms.Charting.Views.View3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class ZoomPanOptions3D : ZoomPanOptions3DBase

The ZoomPanOptions3D type exposes the following members.

Constructors
  NameDescription
Public methodZoomPanOptions3D
Simple constructor for Form designer's list editor.
Public methodZoomPanOptions3D(View3DBase)
Constructor.
Top
Properties
  NameDescription
Public propertyAllowWheelZoom
Allow zoom in / out with user interactive device wheel.
(Inherited from ZoomPanOptions3DBase.)
Public propertyAutoFit
Auto fit axis ranges to added series data values.
Public propertyAxisWheelAction
Device wheel action on axis.
Public propertyBoxZoomingOutCrossVisible
Draw cross at zoom box front face when zooming out.
Public propertyBoxZoomOutFactor
Zoom out factor. Used when box-zooming out.
Public propertyDevicePrimaryButtonAction
User interactive device primary button action.
Public propertyDevicePrimaryButtonDoubleClickAction
User interactive device primary button double click action.

Determines what zoom / pan operation to do at double click of device primary button.

(Inherited from ZoomPanOptions3DBase.)
Public propertyDeviceSecondaryButtonAction
User interactive device secondary button action.
Public propertyDeviceTertiaryButtonAction
User interactive device tertiary button action.
Public propertyLimitBoxZoomInsideGraph
Limit box zooming inside graph.
Public propertyMultiTouchPanEnabled
Enable multitouch panning.
(Inherited from ZoomPanOptions3DBase.)
Public propertyMultiTouchZoomEnabled
Enable multitouch zooming.
(Inherited from ZoomPanOptions3DBase.)
Public propertyPanSensitivity
Pan sensitivity. 1 = normal sensitivity.
(Inherited from ZoomPanOptions3DBase.)
Public propertyRectangleZoomingThreshold
Gets or sets rectangle zooming threshold.
Public propertyRightToLeftZoomAction
Right-to-left zoom action.
Public propertyRotationSensitivity
Rotation sensitivity. 1 = normal sensitivity.
(Inherited from ZoomPanOptions3DBase.)
Public propertyWheelAreaThickness
Wheel reactive axis thickness.
Public propertyWheelZoomFactor
Zoom factor. It's used when zooming (moving camera closer to 3D model center) in or out by user interactive device wheel.
(Inherited from ZoomPanOptions3DBase.)
Public propertyZoomBoxColor
Zoom box color.
Public propertyZoomInBoxLineStyle
Zoom box edge line style when box-zooming in.
Public propertyZoomOutBoxLineStyle
Zoom box edge line style when box-zooming out.
Public propertyZoomPadding
Padding affecting zooming operations. The empty space left between the zoom area and the margins.
(Inherited from ZoomPanOptions3DBase.)
Top
Methods
  NameDescription
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAutoFitRange
Get Auto-Fit range, two opposite corner points of drawing region as axis values.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert class description to string.
(Overrides ObjectToString.)
Top
See Also