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


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