Enum SortBy
Specifies how the series points are sorted.
Namespace: FastReport.MSChart
Assembly: FastReport.dll
Syntax
public enum SortBy
Fields
Name | Description |
---|---|
None | Points are not sorted. |
XValue | Points are sorted by X value. |
YValue | Points are sorted by Y value. |