Gets or sets the size of margins around chart graphics.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
SyntaxC#
Copy Code
|
|---|
public Margins Margins { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Margins As Margins |
A Margins instance specifying margin size on each side of the plot.
See Also