Specifies the Graphics object that is used to draw the chart. Namespace: MindFusion.Charting Syntax
Property ValueAn instance of the IGraphics class. RemarksIf you want to draw a chart programmatically, set a valid IGraphics object. This enables you not only to create and save charts in files but also to nest charts in Web applications. If no valid IGraphics object is set before DrawChart is called, the control shall not visibly draw any chart. Default value for the ChartGraphics property is null. See Also |