Class StatsChartEntryModel
Inherited Members
Namespace: EduCATS.Pages.Statistics.Base.Models
Assembly: EduCATS.dll
Syntax
public class StatsChartEntryModel
Constructors
StatsChartEntryModel(StatsChartMetricType, double)
Declaration
public StatsChartEntryModel(StatsChartMetricType type, double value)
Parameters
| Type | Name | Description |
|---|---|---|
| StatsChartMetricType | type | |
| double | value |
Properties
Type
Declaration
public StatsChartMetricType Type { get; }
Property Value
| Type | Description |
|---|---|
| StatsChartMetricType |
Value
Declaration
public double Value { get; }
Property Value
| Type | Description |
|---|---|
| double |