Gets or sets the image drawn as background for the chart's plot area.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public Image ChartImage { get; set; } |
Visual Basic
![]() |
---|
Public Property ChartImage As Image |
An instance of .NET System.Drawing.Image class.
The property specifies the image used as chart background. The image can be drawn in different positions and styles as set by the ChartImagePos property. If the image does not cover all the plot area of the chart, it is painted with the PlotAreaBrush, if specified.
When the ChartImage and PlotAreaBrush are not specified, the plot area is drawn with the BackgroundBrush and BackgroundImage properties.
Default value for the ChartImage property is null.