SeriesBase3DOwnerView Property |
LightningChart .NET Help
Owner view
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[BrowsableAttribute(false)]
public View3D OwnerView { get; }<BrowsableAttribute(false)>
Public ReadOnly Property OwnerView As View3D
Get
public:
[BrowsableAttribute(false)]
property View3D^ OwnerView {
View3D^ get ();
}Property Value
Type:
View3D
See Also