Enum GroupBy
Specifies how the series points are grouped.
Namespace: FastReport.MSChart
Assembly: FastReport.dll
Syntax
public enum GroupBy
Fields
Name | Description |
---|---|
Days | Points are grouped by Days. |
Hours | Points are grouped by Hours. |
Milliseconds | Points are grouped by Milliseconds. |
Minutes | Points are grouped by Minutes. |
Months | Points are grouped by Months. |
None | Points are not grouped. |
Number | Points are grouped by number specified in the GroupInterval. |
Seconds | Points are grouped by Seconds. |
Weeks | Points are grouped by Weeks. |
XValue | Points are grouped by X value. |
Years | Points are grouped by Years. |