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



In This Topic
    End Property (AnimationTransformEventArgs)
    In This Topic
    Gets the ending position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property End As Double
    'Usage
     
    
    Dim instance As AnimationTransformEventArgs
    Dim value As Double
     
    value = instance.End
    public double End {get;}
    public:
    property double End {
       double get();
    }
    See Also