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