Show / Hide Table of Contents

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 Source

DateTime

Gets or sets the date time for this chart item.

Declaration
public DateTime DateTime { get; set; }
Property Value
Type Description
System.DateTime
View Source

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
View Source

Value

Gets or sets the value for this chart item.

Declaration
public double Value { get; set; }
Property Value
Type Description
System.Double
  • View Source
In This Article
Back to top Generated by DocFX