SortOrder Property
Gets or sets a value that represents the sort position of this LegenEntry when sorted with other entries in a LegendBox.
Syntax
'Declaration Public Property SortOrder As Integer
'Usage Dim instance As LegendEntry Dim value As Integer instance.SortOrder = value value = instance.SortOrder
public int SortOrder {get; set;}
Remarks
The default sort value of all legend entries is zero (0). To indicate that an entry is first in a legend box, set this property to -1.
Example
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