Gets or sets the image drawn inside chart's plot area.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public IImage PlotImage { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PlotImage As IImage |
A Microsoft.Maui.Graphics.IImage instance.
See Also