[]
The abstract base class for named flex chart objects.
public abstract class ChartNamedObject : ChartObject
| Name | Description |
|---|---|
| ChartNamedObject() |
| Name | Description |
|---|---|
| Name | Gets or sets the unique name of the current object. If an item with the specified name already exists in the owner, an exception is thrown. |
| Name | Description |
|---|---|
| Clone() | Clones the current object. |
| SetName(string) | Sets the name of the current object. |