Click or drag to resize

YAxisGapChangedEventArgs Class

LightningChart .NET Help
Represents a class that provides arguments for the YAxisGapChangedEventArgs event.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVMChartEventArgs
    LightningChartLib.UWP.ChartingMVVM.Views.ViewXYYAxisGapChangedEventArgs

Namespace: LightningChartLib.UWP.ChartingMVVM.Views.ViewXY
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public class YAxisGapChangedEventArgs : ChartEventArgs

The YAxisGapChangedEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodYAxisGapChangedEventArgs Creates and initializes a new instance of YAxisGapChangedEventArgs class.
Top
Fields
 NameDescription
Public fieldAveragedHeight The averaged height for y-axis when gap is reduced to zero.
Top
See Also