ComponentOne FinancialChart for WPF
TimeMax Property



C1.Chart Namespace > TimeRange Class : TimeMax Property
Syntax
'Declaration
 
Public Property TimeMax As Date
'Usage
 
Dim instance As TimeRange
Dim value As Date
 
instance.TimeMax = value
 
value = instance.TimeMax
public DateTime TimeMax {get; set;}
public:
property DateTime TimeMax {
   DateTime get();
   void set (    DateTime value);
}
See Also

Reference

TimeRange Class
TimeRange Members