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



In This Topic
    Value Property (AnimationTransformEventArgs)
    In This Topic
    Gets or sets the value in data coordinates.
    Syntax
    'Declaration
     
    
    Public Property Value As Double
    'Usage
     
    
    Dim instance As AnimationTransformEventArgs
    Dim value As Double
     
    instance.Value = value
     
    value = instance.Value
    public double Value {get; set;}
    public:
    property double Value {
       double get();
       void set (    double value);
    }
    See Also