Xceed Chart for WinForms v4.4 Documentation
StaggerTexts Property
Example 


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Axis Class : StaggerTexts Property
When set to true the axis texts are displayed in a stagger manner.
Syntax
'Declaration
 
<CategoryAttribute("Texts")>
<DefaultValueAttribute()>
<DescriptionAttribute("When set to true the axis texts are displayed in a stagger manner")>
Public Property StaggerTexts As Boolean
'Usage
 
Dim instance As Axis
Dim value As Boolean
 
instance.StaggerTexts = value
 
value = instance.StaggerTexts
[Category("Texts")]
[DefaultValue()]
[Description("When set to true the axis texts are displayed in a stagger manner")]
public bool StaggerTexts {get; set;}
Remarks
This feature is helpful if you want to eliminate overlapping texts.
Example
The following code displays the texts of the PrimaryX axis in stagger manner.
Chart.Axis(StandardAxis.PrimaryX).StaggerTexts = True
Chart.Axis(StandardAxis.PrimaryX).StaggerTexts = true;
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

Reference

Axis Class
Axis Members