Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / AxisRuler Class / Inverted Property


In This Topic
    Inverted Property
    In This Topic
    When set to true the axis ruler is displayed in inverted manner.
    Syntax
    'Declaration
     
    <CategoryAttribute("General")>
    <DescriptionAttribute("When set to true the axis ruler is displayed in inverted manner")>
    <DefaultValueAttribute(False)>
    Public Property Inverted As Boolean
    'Usage
     
    Dim instance As AxisRuler
    Dim value As Boolean
     
    instance.Inverted = value
     
    value = instance.Inverted
    [Category("General")]
    [Description("When set to true the axis ruler is displayed in inverted manner")]
    [DefaultValue(false)]
    public bool Inverted {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