ViewXYYAxisGapChanged Event |
LightningChart .NET Help
Occurs when the y-axis gap is reduced to zero, if y-axes do not fit with applied gap to graph area.
Namespace:
Arction.Wpf.Charting.Views.ViewXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic event ViewXYYAxisGapChangedEventHandler YAxisGapChanged
Public Event YAxisGapChanged As ViewXYYAxisGapChangedEventHandler
public:
event ViewXYYAxisGapChangedEventHandler^ YAxisGapChanged {
void add (ViewXYYAxisGapChangedEventHandler^ value);
void remove (ViewXYYAxisGapChangedEventHandler^ value);
}Value
Type:
Arction.Wpf.Charting.Views.ViewXYViewXYYAxisGapChangedEventHandler
See Also