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