EntryHandling Enumeration |
Entry handling determines how Entries per direction will be calculated
Namespace:
SharpCharts.Base.SharpScript
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax public enum EntryHandling
Members
| Member name | Value | Description |
---|
| AllEntries | 0 |
All entries are taken into consideration for calculating the number of entries taken
|
| UniqueEntries | 1 |
Entries with similar name are only taken into consideration while calculating the number of entries taken
|
See Also