menu

UWP

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

    Show / Hide Table of Contents

    Class AxisElementChangedEventArgs

    Provides data for the AxisElementChanged event.

    Inheritance
    System.Object
    AxisElementChangedEventArgs
    Namespace: Syncfusion.Olap.UWP.Manager
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class AxisElementChangedEventArgs : EventArgs

    Constructors

    AxisElementChangedEventArgs()

    Declaration
    public AxisElementChangedEventArgs()

    Properties

    NewPosition

    Gets or sets the new position.

    Declaration
    public AxisPosition NewPosition { get; set; }
    Property Value
    Type Description
    AxisPosition

    The new position.

    Extension Methods

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