Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.GraphicsCore.v4.4 Assembly / Xceed.Chart.GraphicsCore Namespace / MarginMode Enumeration


In This Topic
    MarginMode Enumeration
    In This Topic
    Possible modes for fitting a chart into the chart area.
    Syntax
    'Declaration
     
    Public Enum MarginMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As MarginMode
    public enum MarginMode : System.Enum 
    Members
    MemberDescription
    FitThe chart will stretch along X and Y in order to fill as much as possible of the chart area preserving the chart proportions.
    NoneThe chart will not try to align to the chart area.
    StretchThe chart will stretch along X and Y in order to fill as much as possible of the chart area without breaking outside. Does not preserve the chart proportions.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.GraphicsCore.MarginMode

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also