Click or drag to resize

TradingChartZoomToFitVerticalPadding Property

LightningChart .NET Help
Empty space in pixels left above and below the trading data when calling ZoomToFit() -method. Does not apply to mouse zooming.

Namespace:  Arction.CustomControls.Trader.WPF
Assembly:  Arction.Wpf.TradingCharts (in Arction.Wpf.TradingCharts.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(int), "0")]
public int ZoomToFitVerticalPadding { get; set; }

Property Value

Type: Int32
See Also