Class ChartDataModel
- Namespace
- InSite.Persistence.Plugin.NCSHA
- Assembly
- InSite.Persistence.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class ChartDataModel
- Inheritance
-
ChartDataModel
- Inherited Members
-
Properties
Color
[JsonProperty(PropertyName = "color")]
public string Color { get; }
Property Value
- string
Name
[JsonProperty(PropertyName = "name")]
public string Name { get; }
Property Value
- string
Points
[JsonProperty(PropertyName = "data")]
public IDictionary<int, decimal> Points { get; }
Property Value
- IDictionary<int, decimal>
Unit
[JsonProperty(PropertyName = "unit")]
public string Unit { get; }
Property Value
- string
Methods
Create(Filter)
public static IEnumerable<ChartDataModel> Create(ChartDataModel.Filter filter)
Parameters
filter ChartDataModel.Filter
Returns
- IEnumerable<ChartDataModel>