Class DoubleData
public class DoubleData : NotifyPropertyChangedBase, INotifyPropertyChanged, ISeriesData
- Inheritance
-
DoubleData
- Implements
- Inherited Members
- Extension Methods
Properties
Data
public DoubleCollection Data { get; set; }
Property Value
xDisplay
public ObservableCollection<string> xDisplay { get; set; }
Property Value
Methods
Build(IEnumerable<Tuple<double, string>>)
public void Build(IEnumerable<Tuple<double, string>> collection)
Parameters
collection
IEnumerable<Tuple<double, string>>
Clear()
public void Clear()