Xceed Chart for WinForms v4.4 Documentation
Inverted Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > AxisRuler Class : Inverted Property
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()>
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()]
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

Reference

AxisRuler Class
AxisRuler Members