Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Axis Class / StaggerOffset Property


In This Topic
    StaggerOffset Property
    In This Topic
    Controls the offset of the staggered texts.
    Syntax
    'Declaration
     
    <CategoryAttribute("Texts")>
    <DescriptionAttribute("Controls the offset of the staggered texts")>
    <DefaultValueAttribute(3.75)>
    Public Property StaggerOffset As Single
    'Usage
     
    Dim instance As Axis
    Dim value As Single
     
    instance.StaggerOffset = value
     
    value = instance.StaggerOffset
    [Category("Texts")]
    [Description("Controls the offset of the staggered texts")]
    [DefaultValue(3.75)]
    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