Enum SortType
Enumeration type that defines which set of data points - X or Y - is used
System.Collections.ArrayList.Sort to perform the sort.
Namespace: ZedGraph
Assembly: ZedGraph.dll
Syntax
public enum SortType
Fields
Name | Description |
---|---|
XValues | Use the X values to sort the list. |
YValues | Use the Y values to sort the list. |