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


In This Topic
    AutoMin Property
    In This Topic
    When set to true the component automatically determines the minimum of the axis scale. When set to false the Min property specifies the minimum value of the axis scale.
    Syntax
    'Declaration
     
    <CategoryAttribute("Scale")>
    <DescriptionAttribute("When set to true the component automatically determines the minimum of the axis scale. When set to false the Min property specifies the minimum value of the axis scale.")>
    <DefaultValueAttribute(True)>
    Public Property AutoMin As Boolean
    'Usage
     
    Dim instance As AxisScaleValue
    Dim value As Boolean
     
    instance.AutoMin = value
     
    value = instance.AutoMin
    [Category("Scale")]
    [Description("When set to true the component automatically determines the minimum of the axis scale. When set to false the Min property specifies the minimum value of the axis scale.")]
    [DefaultValue(true)]
    public bool AutoMin {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