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