WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDragStartEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartDragStartEventArgs

    Represents a events args that contain event data, and provides a value to use for events that do not include event data.

    Inheritance
    System.Object
    System.EventArgs
    ChartDragStartEventArgs
    ChartXyDragStartEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartDragStartEventArgs : EventArgs

    Constructors

    ChartDragStartEventArgs()

    Declaration
    public ChartDragStartEventArgs()

    Properties

    BaseXValue

    Gets or sets x value.

    Declaration
    public object BaseXValue { get; set; }
    Property Value
    Type Description
    System.Object

    Cancel

    Gets or sets a value indicating whether to cancel.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    System.Boolean

    EmptyPoint

    Gets or sets a value indicating whether empty point.

    Declaration
    public bool EmptyPoint { get; set; }
    Property Value
    Type Description
    System.Boolean

    See Also

    System.EventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved