Dundas Chart for Windows Forms
Reversed Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > Legend Class : Reversed Property


Determines if legend items are shown in a reversed order. This property only affects legend items automatically added to a chart series, and has no effect on custom legend items.
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)  
Public Property Reversed As AutoBool
Visual Basic (Usage) Copy Code
Dim instance As Legend
Dim value As AutoBool
 
instance.Reversed = value
 
value = instance.Reversed
C#  
public AutoBool Reversed {get; set;}

Remarks

When the Reversed property is set to Auto the legend will automatically be reversed if StackedColumn, StackedColumn100, StackedArea or StackedArea100 chart types are being displayed.
When the Reversed property is set to Auto, the legend will automatically be reversed if StackedColumn, StackedColumn100, StackedArea or StackedArea100 chart types are used.

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

© 2009 All Rights Reserved.