WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AxisElementChangedEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AxisElementChangedEventArgs

    Represents the data for the axis element changed event.

    Inheritance
    System.Object
    System.EventArgs
    AxisElementChangedEventArgs
    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 AxisElementChangedEventArgs : EventArgs

    Constructors

    AxisElementChangedEventArgs()

    Initializes a new instance of the AxisElementChangedEventArgs class.

    Declaration
    public AxisElementChangedEventArgs()

    AxisElementChangedEventArgs(AxisPosition)

    Initializes a new instance of the AxisElementChangedEventArgs class.

    Declaration
    public AxisElementChangedEventArgs(AxisPosition axisPosition)
    Parameters
    Type Name Description
    AxisPosition axisPosition

    The axis position.

    Properties

    AxisPosition

    Gets or sets the axis position.

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

    The axis position.

    IsValidAxisPosition

    Gets or sets a value indicating whether the axis position is valid.

    Declaration
    public bool IsValidAxisPosition { get; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved