[]
For internal use. Base interface for chart's items.
public interface IGraphItem : ICloneable
| Name | Description |
|---|---|
| IsAttachable | Current attachable state. |
| IsDirty | Dirty state. |
| Parent | Gets parent if attached. |
| Name | Description |
|---|---|
| AttachParent(IGraphItem) | Attache to parent. |