TradingChartZoomingEnabled Property |
LightningChart .NET Help
Allows zooming the chart. Applies to left / right mouse button zoom, and mouse wheel.
Namespace:
Arction.CustomControls.Trader.WPF
Assembly:
Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(true)]
public bool ZoomingEnabled { get; set; }<DefaultValueAttribute(true)>
Public Property ZoomingEnabled As Boolean
Get
Set
public:
[DefaultValueAttribute(true)]
property bool ZoomingEnabled {
bool get ();
void set (bool value);
}Property Value
Type:
Boolean
See Also