LightningChartActiveView Property |
LightningChart .NET Help
The active view selection
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.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