New to Telerik UI for WPFStart a free 30-day trial

Represents data class to operate with data provided through the indicator's value source.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class PlaybackData

Inheritance: objectPlaybackData

Constructors

Initializes a new instance of the PlaybackData class.

C#
public PlaybackData()

Properties

Gets or sets duration of the time period during which indicator has this value.

C#
public TimeSpan Duration { get; set; }

Gets or sets indicator's value.

C#
public double Value { get; set; }