MindFusion.Charting 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

JavaScript  Copy Code

// class
Margins.prototype = {}

 Remarks

The Margins class is used to set the space around the whole chart. The particilar 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