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; }<DefaultValueAttribute(GetType(Integer), "0")>
Public Property ZoomToFitVerticalPadding As Integer
Get
Set
public:
[DefaultValueAttribute(typeof(int), L"0")]
property int ZoomToFitVerticalPadding {
int get ();
void set (int value);
}Property Value
Type:
Int32
See Also