ChChartDraw Object

ChChartDraw
Multiple objects

Can be used to draw items on a chart, such as a line, rectangle, or ellipse.

Using the ChChartDraw object

The DrawEllipse, DrawLine, DrawPolyLine, DrawPolygon, DrawLine methods can be used to add drawing objects to a chart. The DrawText method can be used to add text to a chart. The Border, Font, Interior, and Line properties can be used to format each drawing object before it is added to the chart.

You must utilize one or more of the following events to add a drawing object to a chart: BeforeRender, AfterRender, or AfterFinalRender.

Properties | Border Property | DrawType Property | Font Property | Interior Property | Line Property

Methods | BeginObject Method | DrawEllipse Method | DrawLine Method | DrawPolygon Method | DrawPolyLine Method | DrawRectangle Method | DrawText Method | EndObject Method | OverrideDefaultElementFormatting Method | TextHeight Method | TextWidth Method

Parent Objects

Child Objects | ChBorder Object | ChFont Object | ChInterior Object | ChLine Object