Gets or sets the position of the image drawn as background of the chart's plot area.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public ImagePos ChartImagePos { get; set; } |
Visual Basic
![]() |
---|
Public Property ChartImagePos As ImagePos |
One of the ImagePos Enumeration values.
The property specifies the position of the image drawn as background for the chart's plot area. The background image is set with ChartImage.
If parts of the chart plot area are not covered with the ChartImage, they are drawn with the PlotAreaBrush. If it is not specified, they are drawn with the BackgroundImage and BackgroundBrush.
Default value for the ChartImagePos property is ImagePos.Center.