MindFusion WinForms Programmer's Guide
Margins Class
Remarks See Also
 





Class for setting the space around chart elements.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public sealed class Margins : ICloneable

Visual Basic  Copy Code

Public NotInheritable Class Margins
    Implements ICloneable

 Remarks

The Margins class is used to set the space around the whole chart. The particular property is ChartMargins. It is also used for setting the margins around the plot area in charts with axes. The property is PlotAreaMargins.

 Inheritance Hierarchy

System.Object
    MindFusion.Charting.Margins

 See Also

Margins Members
MindFusion.Charting Namespace
ChartMargins