ChartData Properties
Data plotted on a chart.
Name | Description |
---|---|
Array |
Gets the array of values from the chart data. |
Boolean |
Gets or sets the boolean value of the chart data. |
Empty static | Returns empty chart data. |
Error |
Returns an object that provides information on an error contained in a cell. |
Is |
Gets whether the chart data is an array of values. |
Is |
Gets whether the chart data contains a Boolean value. |
Is |
Gets whether the chart data is empty. |
Is |
Gets whether the cell contains an error. |
Is |
Gets whether the chart data is of the numeric type. |
Is |
Gets whether the chart data are obtained from a worksheet cell range. |
Is |
Gets whether the chart data is text. |
Numeric |
Gets or sets numeric chart data. |
Range |
Gets or sets the worksheet cell range from which the chart data is obtained. |
Text |
Gets or sets the text chart data. |
See Also