WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AxisElementModifiedEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AxisElementModifiedEventArgs

    Represents the arguments for AxisElementModifiedEvent.

    Inheritance
    System.Object
    System.EventArgs
    AxisElementModifiedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved