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