Table of Contents

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

owner ViewPie3D

Parent.

Properties

DevicePrimaryButtonAction

Device primary button action.

public UserInteractiveDeviceButtonAction3DPie DevicePrimaryButtonAction { get; set; }

Property Value

UserInteractiveDeviceButtonAction3DPie

DeviceSecondaryButtonAction

Device secondary button action.

public UserInteractiveDeviceButtonAction3DPie DeviceSecondaryButtonAction { get; set; }

Property Value

UserInteractiveDeviceButtonAction3DPie

DeviceTertiaryButtonAction

Device tertiary button action.

public UserInteractiveDeviceButtonAction3DPie DeviceTertiaryButtonAction { get; set; }

Property Value

UserInteractiveDeviceButtonAction3DPie

Methods

Dispose(bool)

Clean up any resources being used.

protected override void Dispose(bool disposing)

Parameters

disposing bool

true 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

minimum PointDouble3D

Minimum axis coordinates.

maximum PointDouble3D

Maximum 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.