Class ZoomChangingEventArgs
Class implementation for ZoomChanging event arguments.
Inherited Members
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class ZoomChangingEventArgs : ZoomEventArgs
Constructors
ZoomChangingEventArgs()
Declaration
public ZoomChangingEventArgs()
Properties
Cancel
Gets or sets a value indicating whether to cancel the event.
Declaration
public bool Cancel { get; set; }
Property Value
Type |
---|
System.Boolean |