menu

UWP

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

    Show / Hide Table of Contents

    Class PositionChangingEventArgs

    Defines the PositionChangingEventArgs

    Inheritance
    System.Object
    PositionChangingEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class PositionChangingEventArgs : EventArgs

    Constructors

    PositionChangingEventArgs()

    Declaration
    public PositionChangingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to show the trackball on new mouse pointer position.

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

    PointInfos

    Gets or sets the current PointInfos.

    Declaration
    public ObservableCollection<ChartPointInfo> PointInfos { get; }
    Property Value
    Type
    System.Collections.ObjectModel.ObservableCollection<ChartPointInfo>

    Extension Methods

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