ComponentOne FinancialChart for WPF
Value Property (AnimationTransformEventArgs)



C1.Chart Namespace > AnimationTransformEventArgs Class : Value Property
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

Reference

AnimationTransformEventArgs Class
AnimationTransformEventArgs Members