This document is archived and information here might be outdated.  Recommended version.


IClassBreaksRenderer.SortClassesAscending Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IClassBreaksRenderer.SortClassesAscending Property

Indicates if classes are displayed in increasing order in legends/TOC.

[Visual Basic .NET]
Public Property SortClassesAscending As Boolean
[C#]
public bool SortClassesAscending {get; set;}
[C++]
HRESULT get_SortClassesAscending(
  VARIANT_BOOL* Ascending
);
[C++]
HRESULT put_SortClassesAscending(
  VARIANT_BOOL Ascending
);
[C++]

Parameters Ascending [out, retval] Ascending is a parameter of type VARIANT_BOOL Ascending [in] Ascending is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Indicates whether or not the classes are sorted by their values in ascending order.

Remarks

Changing this property reverses the Break array, but keeps the Symbol, Label, and Description arrays intact and in the same order.

See Also

IClassBreaksRenderer Interface