Table of Contents

Class PointData

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

Properties

xDatas

public DoubleCollection xDatas { get; set; }

Property Value

DoubleCollection

yDatas

public DoubleCollection yDatas { get; set; }

Property Value

DoubleCollection

Methods

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

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

Parameters

collection IEnumerable<Tuple<DateTime, double>>

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

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

Parameters

collection IEnumerable<Tuple<double, double>>

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

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

Parameters

collection IEnumerable<Tuple<string, double>>