Click or drag to resize

ZoomPanOptions3DBaseZoomPadding Property

LightningChart .NET Help
Padding affecting zooming operations. The empty space left between the zoom area and the margins.

Namespace:  Arction.Wpf.Charting.Views.View3D
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(Thickness), "30")]
public Thickness ZoomPadding { get; set; }

Property Value

Type: Thickness
See Also