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.
Visual Basic (Declaration) | |
---|---|
Public Overridable Property MarksNextToAxis As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
|
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.
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.
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