Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisScaleValue Class / RoundToTickMax Property


In This Topic
    RoundToTickMax Property
    In This Topic
    Specifies whether the scale should end on an exact tick value.
    Syntax
    'Declaration
     
    <CategoryAttribute("Scale")>
    <DescriptionAttribute("Specifies whether the scale should end on an exact tick value.")>
    <DefaultValueAttribute(True)>
    Public Property RoundToTickMax As Boolean
    'Usage
     
    Dim instance As AxisScaleValue
    Dim value As Boolean
     
    instance.RoundToTickMax = value
     
    value = instance.RoundToTickMax
    [Category("Scale")]
    [Description("Specifies whether the scale should end on an exact tick value.")]
    [DefaultValue(true)]
    public bool RoundToTickMax {get; set;}
    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