Represents which value should be taken
or which operation applied when data is grouped into periods
Namespace:
AmCharts.Windows.Stock.DataAssembly: AmCharts.Windows.Stock (in AmCharts.Windows.Stock.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
| C# |
|---|
public enum PeriodValue |
| Visual Basic (Declaration) |
|---|
Public Enumeration PeriodValue |
| Visual C++ |
|---|
public enum class PeriodValue |
Members
| Member name | Description | |
|---|---|---|
| First |
First value in the period is taken
| |
| Last |
Last value in the period is taken
| |
| Min |
Minimum value in the period is taken
| |
| Max |
Maximum value in the period is taken
| |
| Sum |
Sum of values in the period is calculated
| |
| Average |
Average value in the period is calculated
|