Gets or sets the margin around the plot area. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Thickness PlotAreaMargin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PlotAreaMargin As Thickness |
An instance of the Thickness structure. The default is Thickness(0).
See Also