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



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