Class PlaybackData
Represents data class to operate with data provided through the indicator's value source.
Inheritance
System.Object
PlaybackData
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PlaybackData : Object
Constructors
PlaybackData()
Initializes a new instance of the PlaybackData class.
Declaration
public PlaybackData()
Properties
Duration
Gets or sets duration of the time period during which indicator has this value.
Declaration
public TimeSpan Duration { get; set; }
Property Value
System.TimeSpan
|
Value
Gets or sets indicator's value.
Declaration
public double Value { get; set; }
Property Value
System.Double
|