Class ActivityStream
- Namespace
- Tudormobile.Strava.Model
- Assembly
- Tudormobile.Strava.dll
Represents a stream of activity data as a collection of double-precision values.
public class ActivityStream : StreamBase
- Inheritance
-
ActivityStream
- Inherited Members
Properties
Data
Gets or sets the collection of data values.
public List<double> Data { get; set; }