Click or drag to resize

ZoomPanOptionsViewFitYMarginPixels Property

LightningChart .NET Help
Gets or sets view fitting margin in pixels, gap left into top and bottom of Y axes. This is a dependency property. Using some margin leaves a gap between series and axis minimum and maximum values.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(0)]
public int ViewFitYMarginPixels { get; set; }

Property Value

Type: Int32
See Also