Click here to Skip to main content
15,888,454 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
in my ObservableCollection i have
C#
ObservableCollection<DataInfo> datacollections = new ObservableCollection<DataInfo>();
public class DataInfo
	{
 	    public string nOut;
            public string nCmp;
            public string nAdj;
            public string nCar;
            public string iCar;
            public string cSig;
	}

I want X-Value is DateTime and Y-Value is ObservableCollections.
How assign observalcollection as Y-Value(double valueY) (That the DataInfo class as Y-Value)
C#
DataPoint(double valueX, double valueY);

Please Help Me..
Posted
Updated 21-May-15 20:59pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900