LightningChartActiveViewObject Property |
LightningChart .NET Help
Getter of the active view object as ViewBase.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic ViewBase ActiveViewObject { get; }Public ReadOnly Property ActiveViewObject As ViewBase
Get
public:
property ViewBase^ ActiveViewObject {
ViewBase^ get ();
}Property Value
Type:
ViewBase
See Also