Table of Contents

Class DoubleData

Namespace
HeBianGu.Control.Chart2D
Assembly
HeBianGu.Control.Chart2D.dll
public class DoubleData : NotifyPropertyChangedBase, INotifyPropertyChanged, ISeriesData
Inheritance
DoubleData
Implements
Inherited Members
Extension Methods

Properties

Data

public DoubleCollection Data { get; set; }

Property Value

DoubleCollection

xDisplay

public ObservableCollection<string> xDisplay { get; set; }

Property Value

ObservableCollection<string>

Methods

Build(IEnumerable<Tuple<double, string>>)

public void Build(IEnumerable<Tuple<double, string>> collection)

Parameters

collection IEnumerable<Tuple<double, string>>

Clear()

public void Clear()