MindFusion WinForms Programmer's Guide
Chart.ChartImagePos Property
See Also
 





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

 Syntax

C#  Copy Code

public ImagePos ChartImagePos { get; set; }

Visual Basic  Copy Code

Public Property ChartImagePos As ImagePos

 Property Value

One of the ImagePos Enumeration values.

 Remarks

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.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace