menu

UWP

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

    Show / Hide Table of Contents

    Class ChartXyDragEndEventArgs

    Defines the ChartXyDragEnd event arguments.

    Inheritance
    System.Object
    ChartDragEndEventArgs
    ChartXyDragEndEventArgs
    Inherited Members
    ChartDragEndEventArgs.BaseYValue
    ChartDragEndEventArgs.NewYValue
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class ChartXyDragEndEventArgs : ChartDragEndEventArgs

    Constructors

    ChartXyDragEndEventArgs()

    Declaration
    public ChartXyDragEndEventArgs()

    Properties

    BaseXValue

    Gets or sets base x value.

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

    NewXValue

    Gets or sets new x value.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved