Xceed Workbooks for .NET v3.0 Documentation
Xceed.Workbooks.NET Assembly / Xceed.Workbooks.NET Namespace / CategoryAxis Class / IsBetweenTickMarks Property


In This Topic
    IsBetweenTickMarks Property
    In This Topic
    Gets or sets if the tick labels will be between the tick marks or on the tick marks.
    Syntax
    'Declaration
     
    
    Public Property IsBetweenTickMarks As Boolean
    'Usage
     
    
    Dim instance As CategoryAxis
    Dim value As Boolean
     
    instance.IsBetweenTickMarks = value
     
    value = instance.IsBetweenTickMarks
    public bool IsBetweenTickMarks {get; set;}
    Remarks
    The default value is true, which places the tick labels between the tick marks.
    Requirements

    Target Platforms: Windows 11, Windows 10, 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