Class ZoomPanOptionsPie3D
- Namespace
- LightningChartLib.WinForms.Charting.Views.ViewPie3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Zoom, pan and rotation options for View3D
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ZoomPanOptionsPie3D : ZoomPanOptions3DBase, IChartNode, IDisposable
- Inheritance
-
ZoomPanOptionsPie3D
- Implements
- Inherited Members
Constructors
ZoomPanOptionsPie3D()
Simple constructor for Form designer's list editor.
public ZoomPanOptionsPie3D()
ZoomPanOptionsPie3D(ViewPie3D)
Constructor
public ZoomPanOptionsPie3D(ViewPie3D owner)
Parameters
ownerViewPie3DParent.
Properties
DevicePrimaryButtonAction
Device primary button action.
public UserInteractiveDeviceButtonAction3DPie DevicePrimaryButtonAction { get; set; }
Property Value
DeviceSecondaryButtonAction
Device secondary button action.
public UserInteractiveDeviceButtonAction3DPie DeviceSecondaryButtonAction { get; set; }
Property Value
DeviceTertiaryButtonAction
Device tertiary button action.
public UserInteractiveDeviceButtonAction3DPie DeviceTertiaryButtonAction { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingbooltrue if managed resources should be disposed, otherwise false.
GetAutoFitRange(out PointDouble3D, out PointDouble3D)
Get Auto-Fit range, two opposite corner points of drawing region as axis values.
public bool GetAutoFitRange(out PointDouble3D minimum, out PointDouble3D maximum)
Parameters
minimumPointDouble3DMinimum axis coordinates.
maximumPointDouble3DMaximum axis coordinates.
Returns
- bool
True, if range could be fetched. Otherwise false.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
Class description as a string.