BaseChartAxisList<T> Class Members
 
            
                In This Topic
            
            The following tables list the members exposed by BaseChartAxisList<T>.
            
            Public Constructors
            
            
            
            
            
            
            
            Public Properties
|   | Name | Description | 
  | DateTimeValues | A DateTime collection value that indicates the axes point data.   | 
  | DoubleValues | A double collection value that indicates the axes point data.   | 
  | Values | A list value contains all the data point values for the series.   | 
Top 
            
            
            
            Public Methods
|   | Name | Description | 
  | Add | Overloaded. Add a double data point value to the series.   | 
  | AddEmpty | Add null data point value to the series.   | 
  | AddRange | Overloaded. Add the specified double data point values to the series.   | 
  | Clear | Clear all data point values for the series.   | 
Top 
            
            
            
            
            
            
            
            
            
            
            See Also