Table of Contents

Class Annotation3DPie

Namespace
LightningChartLib.WinForms.Charting.Annotations
Assembly
LightningChart.WinForms.Charting.NET4.dll

Annotation for 3DPie view.

[TypeConverter(typeof(ExpandableObjectConverter))]
public class Annotation3DPie : Annotation3DBase, IChartNode, IDisposable, IHighlightingItem
Inheritance
Annotation3DPie
Implements
Inherited Members

Constructors

Annotation3DPie()

Constructor for Form designer list editor.

public Annotation3DPie()

Annotation3DPie(ViewPie3D)

Constructor.

public Annotation3DPie(ViewPie3D owner)

Parameters

owner ViewPie3D

Parent.

Properties

LocationCoordinateSystem

Location coordinate system selection.

public CoordinateSystem3DPie LocationCoordinateSystem { get; set; }

Property Value

CoordinateSystem3DPie

OwnerView

Owner view.

[Browsable(false)]
public ViewPie3D OwnerView { get; }

Property Value

ViewPie3D

Methods

ApplyWheelChangeOnTarget()

Apply wheel change on target point.

protected override void ApplyWheelChangeOnTarget()

HandleWheelStateChanged(int, UserInteractiveDeviceEventType)

Mouse wheel state changed. Update Z of target.

protected override void HandleWheelStateChanged(int change, UserInteractiveDeviceEventType eventType)

Parameters

change int

wheel change value

eventType UserInteractiveDeviceEventType

mouse event type

MoveTargetLocationByUser(float, float, PointFloat)

Move target by user interactive device.

protected override void MoveTargetLocationByUser(float x, float y, PointFloat vButtonDownFromTargetRenderCenter)

Parameters

x float

x coordinate

y float

y coordinate

vButtonDownFromTargetRenderCenter PointFloat

render location on button down