Class PlaybackData
Represents data class to operate with data provided through the indicator's value source.
Inheritance
System.Object
PlaybackData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class PlaybackData
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
|