ChartData Members
In This Article
#Constructors
Name | Description |
---|---|
Chart |
Initializes a new instance of the Chart |
#Fields
Name | Description |
---|---|
Error |
Returns the Chart |
Error |
Returns the Chart |
Error |
Returns the Chart |
Error |
Returns the Chart |
Error |
Returns the Chart |
Error |
Returns the Chart |
Error |
Returns the Chart |
#Properties
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. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether two objects are equal. |
From |
Converts an array of values to chart data. |
From |
Converts the Date |
From |
Converts cell values to chart data for cells in the specified range. |
Get |
Gets the hash code (a number) that corresponds to the value of the current Chart |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string representation of the chart data. |
To |
Returns a string representation of the chart data. |
#Operators
Name | Description |
---|---|
Equality |
Compares two Chart |
Implicit |
Implicitly converts a cell value to chart data. |
Implicit |
Implicitly converts an array of cell values to chart data. |
Implicit |
Implicitly converts a Boolean value to chart data. |
Implicit |
Implicitly converts a Char value to chart data. |
Implicit |
Implicitly converts a Date |
Implicit |
Implicitly converts a Double value to chart data. |
Implicit |
Implicitly converts an Int32 value to chart data. |
Implicit |
Implicitly converts a String value to chart data. |
Inequality |
Compares two Chart |
See Also