Table of Contents

Delegate ViewPie3D.DimensionsChangedHandler

Namespace
LightningChartLib.WinForms.Charting.Views.ViewPie3D
Assembly
LightningChart.WinForms.Charting.NET4.dll

Delegate for DimensionsChanged event

public delegate void ViewPie3D.DimensionsChangedHandler(double newWidth, double newHeight, double newDepth, ViewPie3D view, LightningChart chart)

Parameters

newWidth double

New width

newHeight double

New height

newDepth double

New depth

view ViewPie3D

View3D containing the camera

chart LightningChart

Chart where the error occurred

Constructors

DimensionsChangedHandler(object, IntPtr)

public DimensionsChangedHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(double, double, double, ViewPie3D, LightningChart, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(double newWidth, double newHeight, double newDepth, ViewPie3D view, LightningChart chart, AsyncCallback callback, object @object)

Parameters

newWidth double
newHeight double
newDepth double
view ViewPie3D
chart LightningChart
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(double, double, double, ViewPie3D, LightningChart)

public virtual void Invoke(double newWidth, double newHeight, double newDepth, ViewPie3D view, LightningChart chart)

Parameters

newWidth double
newHeight double
newDepth double
view ViewPie3D
chart LightningChart