menu

UWP

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

    Cancel

    Gets or sets a value indicating whether to cancel.

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

    EmptyPoint

    Gets or sets a value indicating whether empty point.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

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