Dundas Chart for Windows Forms
Margin Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Axis Class : Margin Property


Gets or sets a boolean value that determines if an axis margin will be used.

Syntax

Visual Basic (Declaration)  
Public Property Margin As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Axis
Dim value As Boolean
 
instance.Margin = value
 
value = instance.Margin
C#  
public bool Margin {get; set;}

Return Value

If true an axis margin is displayed, if false it is not.

Remarks

Setting this to true will cause a margin to be shown on the chart output.

The size of the margin is automatically generated, and is based on the axis scale and the number of data points used to populate the chart.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2009 All Rights Reserved.