menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDragEndEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartDragEndEventArgs

    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
    ChartDragEndEventArgs
    ChartXyDragEndEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartDragEndEventArgs : EventArgs

    Constructors

    ChartDragEndEventArgs()

    Declaration
    public ChartDragEndEventArgs()

    Properties

    BaseYValue

    Gets or sets y value.

    Declaration
    public double BaseYValue { get; set; }
    Property Value
    Type
    System.Double

    NewYValue

    Gets or sets new value.

    Declaration
    public double NewYValue { get; set; }
    Property Value
    Type
    System.Double

    See Also

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