Class TimelineChartDateModel
Class to hold the time and value of a time line chart item.
Inheritance
System.Object
TimelineChartDateModel
Namespace: Phoenix.Polaris.Visualizations
Assembly: Phoenix.Plugin.Polaris.dll
Syntax
public class TimelineChartDateModel : BindableBase
Properties
View SourceDateTime
Gets or sets the date time for this chart item.
Declaration
public DateTime DateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Title
Gets or sets the title associated with the series of this chart item.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the value for this chart item.
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |