ChartData Properties
Data plotted on a chart.Name | Description |
---|---|
ArrayValue | Gets the array of values from the chart data. |
BooleanValue | Gets or sets the boolean value of the chart data. |
Empty static | Returns empty chart data. |
ErrorValue | Returns an object that provides information on an error contained in a cell. |
IsArray | Gets whether the chart data is an array of values. |
IsBoolean | Gets whether the chart data contains a Boolean value. |
IsEmpty | Gets whether the chart data is empty. |
IsError | Gets whether the cell contains an error. |
IsNumeric | Gets whether the chart data is of the numeric type. |
IsRange | Gets whether the chart data are obtained from a worksheet cell range. |
IsText | Gets whether the chart data is text. |
NumericValue | Gets or sets numeric chart data. |
RangeValue | Gets or sets the worksheet cell range from which the chart data is obtained. |
TextValue | Gets or sets the text chart data. |
See Also