MindFusion.Charting Programmer's Guide

AxesChart.PlotAreaMargins Property

See Also
 





Gets or sets the margins of the plot area.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Margins PlotAreaMargins { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaMargins As Margins

 Property Value

An instance of Margins class.

 Remarks

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.

 See Also