ZoomPanOptions3DBaseZoomPadding Property |
LightningChart .NET Help
Padding affecting zooming operations. The empty space left between the zoom area and the margins.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(Thickness), "30")]
public Thickness ZoomPadding { get; set; }<DefaultValueAttribute(GetType(Thickness), "30")>
Public Property ZoomPadding As Thickness
Get
Set
public:
[DefaultValueAttribute(typeof(Thickness), L"30")]
property Thickness ZoomPadding {
Thickness get ();
void set (Thickness value);
}Property Value
Type:
Thickness
See Also