Class AxisElementModifiedEventArgs
Represents the arguments for AxisElementModifiedEvent.
Inheritance
System.Object
System.EventArgs
AxisElementModifiedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.Manager
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class AxisElementModifiedEventArgs : EventArgs
Constructors
AxisElementModifiedEventArgs()
Initializes a new instance of the AxisElementModifiedEventArgs class.
Declaration
public AxisElementModifiedEventArgs()
AxisElementModifiedEventArgs(AxisPosition)
Initializes a new instance of the AxisElementModifiedEventArgs class.
Declaration
public AxisElementModifiedEventArgs(AxisPosition axisPosition)
Parameters
Type | Name | Description |
---|---|---|
AxisPosition | axisPosition | The axis position. |
Properties
AxisPosition
Gets or sets the axis position.
Declaration
public AxisPosition AxisPosition { get; set; }
Property Value
Type | Description |
---|---|
AxisPosition | The axis position. |