Search
Chart.PlotImage Property
See Also
 






Gets or sets the image drawn inside chart's plot area.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IImage PlotImage { get; set; }

Visual Basic  Copy Code

Public Property PlotImage As IImage

 Property Value

A Microsoft.Maui.Graphics.IImage instance.

 See Also