gets or sets the position and alignment of the chart background image.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public ImagePos BkgrImagePos { get; set; } |
Visual Basic
![]() |
---|
Public Property BkgrImagePos As ImagePos |
One of the ImagePos Enumeration values.
The property specifies how background images are aligned and positioned in the chart's drawing rectangle. If the background image leaves some area of the chart background uncovered, it is painted with the BackgroundBrush.
The background image is specified with the .NET Control.BackgroundImage property.
If the image position is ImagePos.Scroll and the ResizeType property of the chart is not ResizeType.Scrollable the background image is not scrolled.