Annotation3DPieOwnerView Property |
LightningChart .NET Help
Gets owner view.
Namespace:
Arction.Wpf.ChartingMVVM.Annotations
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[BrowsableAttribute(false)]
public ViewPie3D OwnerView { get; }<BrowsableAttribute(false)>
Public ReadOnly Property OwnerView As ViewPie3D
Get
public:
[BrowsableAttribute(false)]
property ViewPie3D^ OwnerView {
ViewPie3D^ get ();
}Property Value
Type:
ViewPie3D
See Also