Click or drag to resize

ZoomPanOptionsPie3D Class

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

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

The ZoomPanOptionsPie3D type exposes the following members.

Constructors
  NameDescription
Public methodZoomPanOptionsPie3D
Simple constructor for Form designer's list editor.
Public methodZoomPanOptionsPie3D(ViewPie3D)
Constructor
Top
Properties
  NameDescription
Public propertyAllowWheelZoom
Allow zoom in / out with user interactive device wheel.
(Inherited from ZoomPanOptions3DBase.)
Public propertyDevicePrimaryButtonAction
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
Device secondary button action.
Public propertyDeviceTertiaryButtonAction
Device tertiary button action.
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 propertyRotationSensitivity
Rotation sensitivity. 1 = normal sensitivity.
(Inherited from ZoomPanOptions3DBase.)
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 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