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
ownerViewPie3DParent.
Properties
LocationCoordinateSystem
Location coordinate system selection.
public CoordinateSystem3DPie LocationCoordinateSystem { get; set; }
Property Value
OwnerView
Owner view.
[Browsable(false)]
public ViewPie3D OwnerView { get; }
Property Value
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
changeintwheel change value
eventTypeUserInteractiveDeviceEventTypemouse event type
MoveTargetLocationByUser(float, float, PointFloat)
Move target by user interactive device.
protected override void MoveTargetLocationByUser(float x, float y, PointFloat vButtonDownFromTargetRenderCenter)
Parameters
xfloatx coordinate
yfloaty coordinate
vButtonDownFromTargetRenderCenterPointFloatrender location on button down