'Declaration Public Enum MarginMode Inherits System.Enum
'Usage Dim instance As MarginMode
public enum MarginMode : System.Enum
'Declaration Public Enum MarginMode Inherits System.Enum
'Usage Dim instance As MarginMode
public enum MarginMode : System.Enum
Member | Description |
---|---|
Fit | The chart will stretch along X and Y in order to fill as much as possible of the chart area preserving the chart proportions. |
None | The chart will not try to align to the chart area. |
Stretch | The 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. |
System.Object
System.ValueType
System.Enum
Xceed.Chart.GraphicsCore.MarginMode
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