[]
Class of items with overridable drawing code
public abstract class DrawCustomizableItem : Item, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer
| Name | Description |
|---|---|
| DrawCustomizableItem() | Initializes a new instance of DrawCustomizableItem Class. |
| DrawCustomizableItem(AntiAliasMode) | Initializes a new instance of DrawCustomizableItem Class. |
| Name | Description |
|---|---|
| AntiAliasMode | Specifies antialiasing mode to draw current object |
| Name | Description |
|---|---|
| AASettingsEqual(DrawCustomizableItem) | Check if AntiAliasing mode is same. |
| Name | Description |
|---|---|
| PostDraw | PostDraw event is fired after all drawings on this object by chart core is finished. |
| PreDraw | PreDraw event is fired before any drawings on this object by chart core. |