Class
PlaybackData

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:

cs-api-definition
public class PlaybackData

Inheritance: objectPlaybackData

Constructors

PlaybackData()

Initializes a new instance of the PlaybackData class.

Declaration

cs-api-definition
public PlaybackData()

Properties

Duration

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

Declaration

cs-api-definition
public TimeSpan Duration { get; set; }

Property Value

TimeSpan

Value

Gets or sets indicator's value.

Declaration

cs-api-definition
public double Value { get; set; }

Property Value

double