menu

UWP

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

    Show / Hide Table of Contents

    Class PositionChangedEventArgs

    Defines the PositionChangedEventArgs.

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

    Constructors

    PositionChangedEventArgs()

    Declaration
    public PositionChangedEventArgs()

    Properties

    CurrentPointInfos

    Gets or sets the current PointInfos.

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

    PreviousPointInfos

    Gets or sets the previous PointInfos.

    Declaration
    public ObservableCollection<ChartPointInfo> PreviousPointInfos { 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