ArcObjects Library Reference (Carto)  

IDataSortSeriesProperties Interface

Provides access to members that control sorting of the graph data.

Product Availability

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

Members

Description
Method AddSortingField Add a sorting field and type.
Method GetSortingField Get a sorting field and type.
Method RemoveSortingField Remove the sorting field.
Read-only property SortingFieldsCount Number of sorting fields.

CoClasses that implement IDataSortSeriesProperties

CoClasses and Classes Description
AreaSeriesProperties (esriCartoUI) A container for the display and manipulation of area graph series.
BarSeriesProperties (esriCartoUI) A container for the display and manipulation of bar graph series.
LineSeriesProperties (esriCartoUI) A container for the display and manipulation of line graph series.
PieSeriesProperties (esriCartoUI) A container for the display and manipulation of pie graph series.

.NET Samples

Time Series Graph tool add-in (Code Files: TimeSeriesGraph)

.NET Related Topics

How to group data into separate lines on a line graph | How to sort data in the graph