[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.DrawCustomizableItem

DrawCustomizableItem Class

Class of items with overridable drawing code

Namespace: GrapeCity.ActiveReports.Chart
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
public abstract class DrawCustomizableItem : Item, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer

Constructors

Name Description
DrawCustomizableItem()

Initializes a new instance of DrawCustomizableItem Class.

DrawCustomizableItem(AntiAliasMode)

Initializes a new instance of DrawCustomizableItem Class.

Properties

Name Description
AntiAliasMode

Specifies antialiasing mode to draw current object

Methods

Name Description
AASettingsEqual(DrawCustomizableItem)

Check if AntiAliasing mode is same.

Events

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.