Xceed Chart for WinForms v4.4 Documentation
StaggerOffset Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Axis Class : StaggerOffset Property
Controls the offset of the staggered texts.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Texts")>
<DescriptionAttribute("Controls the offset of the staggered texts")>
Public Property StaggerOffset As Single
'Usage
 
Dim instance As Axis
Dim value As Single
 
instance.StaggerOffset = value
 
value = instance.StaggerOffset
[DefaultValue()]
[Category("Texts")]
[Description("Controls the offset of the staggered texts")]
public float StaggerOffset {get; set;}
Remarks
Increase this value if you want to increase the distance between the text levels. By default set to 3.75.
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