LightningChartActiveView Property |
LightningChart .NET Help
Gets or sets the active view selection. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(ActiveView.ViewXY)]
public ActiveView ActiveView { get; set; }<DefaultValueAttribute(ActiveView.ViewXY)>
Public Property ActiveView As ActiveView
Get
Set
public:
[DefaultValueAttribute(ActiveView::ViewXY)]
property ActiveView ActiveView {
ActiveView get ();
void set (ActiveView value);
}Property Value
Type:
ActiveView
See Also