ComponentOne FinancialChart for WPF
C1.Chart Namespace / AnimationTransformEventArgs Class / AxisType Property



In This Topic
    AxisType Property (AnimationTransformEventArgs)
    In This Topic
    Gets the axis type.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property AxisType As AxisType
    'Usage
     
    
    Dim instance As AnimationTransformEventArgs
    Dim value As AxisType
     
    value = instance.AxisType
    public AxisType AxisType {get;}
    public:
    property AxisType AxisType {
       AxisType get();
    }
    See Also