Indicates that legend items are shown in the reversed order. This property only affects legend items automatically added for the chart series and has no effect on custom legend items.
Syntax
Visual Basic (Declaration) |
|
<DescriptionAttribute("Indicates that all legend items are shown in reversed order. This property only affects legend items automatically added for the chart series and has no effect on custom legend items.")>
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
Public Property Reversed As AutoBool |
Visual Basic (Usage) |
Copy Code |
Dim instance As Legend
Dim value As AutoBool
instance.Reversed = value
value = instance.Reversed
|
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also