ChartData Fields
Data plotted on a chart.Name | Description |
---|---|
ErrorDivisionByZero static | Returns the ChartData object specifying the #DIV/0! error value of a cell. |
ErrorInvalidValueInFunction static | Returns the ChartData object specifying the #VALUE! error value of a cell. |
ErrorName static | Returns the ChartData object specifying the #NAME? error value of a cell. |
ErrorNullIntersection static | Returns the ChartData object specifying the #NULL! error value of a cell. |
ErrorNumber static | Returns the ChartData object specifying the #NUM! error value of a cell. |
ErrorReference static | Returns the ChartData object specifying the #REF! error value of a cell. |
ErrorValueNotAvailable static | Returns the ChartData object specifying the #N/A error value of a cell. |
See Also