Gets or sets the margins of the plot area.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Margins PlotAreaMargins { get; set; } |
Visual Basic
![]() |
---|
Public Property PlotAreaMargins As Margins |
An instance of Margins class.
Use the property to set custom values for the space at any of the plot area sides.
Default value for the PlotAreaMargins property is Margins(0,0,0,0).
The border around the plot area is drawn with PlotAreaOutlinePen.