Object Reference > Chart2DData Object > Chart2DData Object Members |
Chart2DData Object Properties
Specifies a URL containing chart data to load at runtime. |
|
The name of the file to which data is saved when IsSaved is set to False. |
|
The first point in the fast update zone. This property is indexed by series. |
|
The first series in the fast update zone. |
|
The value representing a missing data value (a hole in the chart). |
|
Whether property changes are currently being batched (in which case, changes to the data are not immediately updated). |
|
How to save the data. |
|
The last point in the fast update zone. |
|
The last series in the fast update zone. |
|
The chart data layout. |
|
The number of points in a series. |
|
The number of data series defined. |
|
The parent object. |
|
Determines which series are displayed. |
|
The X-coordinate of a particular data point. |
|
The Y-coordinate of a particular data point. |
Chart2DData Object Methods
Returns the Average Deviation of the Y values for the specified series. |
|
Determines if additional data requires a chart repaint. |
|
Determines if additional data requires a chart repaint. |
|
Copies the X values for a specific series of data from a zero-based or one-based array into the chart. |
|
Copies the X values for a specific series of data from the chart into a zero-based or one-based array. |
|
Copies the Y values for a specific series of data from a zero-based or one-based array into the chart. |
|
Copies the Y values for a specific series of data from the chart into a zero-based or one-based array. |
|
Copies an array of Y data to multiple series. |
|
Copies Y data for multiple series into an array. |
|
Returns the count of non-hole Y values for the specified series. |
|
Returns the maximum of the Y values for the specified series. |
|
Returns the minimum of the Y values for the specified series. |
|
Calculates the set of coefficients of the approximating obtained by the method of least squares using the x and y data specified by the XValues and YValues arrays. |
|
Displays additional data in an existing chart as quickly as possible. |
|
Returns the value of the polynomial given by the specified Coefficients for the given independent value. |
|
Loads data from a file. |
|
Loads data from a URL. |
|
Returns the mean of the Y values for the specified series. |
|
Returns the median of the Y values for the specified series. |
|
Saves data to a file. |
|
Calculates the set of coefficients of the approximating obtained by the method of least squares using the x and y data of the specified physical Series or 0 for all series. |
|
Copies a block of points leftwards in a series. |
|
Sorts data in order of increasing X-value. |
|
Returns the Standard Deviation of the Y values for the specified series. |
|
Replaces data of a specified value with a new value. |