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

In This Topic
    AxisType Property (AnimationTransformEventArgs)
    In This Topic
    Gets the axis type.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("AnimationTransformEventArgs.AxisType", "Gets the axis type.")>
    Public ReadOnly Property AxisType As AxisType
    [C1Description("AnimationTransformEventArgs.AxisType", "Gets the axis type.")]
    public AxisType AxisType {get;}
    See Also