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. |