Click or drag to resize

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
C#
public enum EntryHandling
Members
  Member nameValueDescription
AllEntries0 All entries are taken into consideration for calculating the number of entries taken
UniqueEntries1 Entries with similar name are only taken into consideration while calculating the number of entries taken
See Also