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


Gets or sets a value that determines if tick marks and axis labels move with an axis if an axis' crossing point changes.


Tick marks and labels move with axis when the crossing value is changed.

Syntax

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

Return Value

If true (the default setting) tick marks and labels move along an axis if the axis crossing point changes, otherwise they do not move.

Remarks

Use this property to control whether tick marks and axis labels move along an axis if the crossing point of an axis is changed.

If this property is false the axis' tick marks and axis labels stay at the same position within the chart area, regardless of the crossing point of the axis.

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.