menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDragEndEventArgs - UWP 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
    ChartDragEndEventArgs
    ChartXyDragEndEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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