Specifies the Graphics object that is used to draw the chart.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public IGraphics ChartGraphics { get; set; } |
Visual Basic
![]() |
---|
Public Property ChartGraphics As IGraphics |
An instance of the IGraphics class.
If 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 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.