ChartText Members
The text displayed in the chart element.Properties
| Name | Description |
|---|---|
| Lines | Gets the lines of text displayed in a chart element. |
| PlainText | Gets the text displayed in a chart element. |
| Range | Returns a cell range from which a chart element’s text is obtained. |
| RefersTo | Returns the string representation of the referenced cell range or formula. |
| TextType | Indicates the source of the text. |
Methods
| Name | Description |
|---|---|
| SetAuto() | Specifies that the text is obtained automatically. |
| SetReference(CellRange) | Specifies the cell that is the source for the text used in a chart element. |
| SetReference(String) | Specifies the cell that is the source for the text used in a chart element. |
| SetValue(String) | Specifies the text used in a chart element. |
See Also