Profile Picture

serie. load from DataView make a tooltip for the Datapoints

Posted By Alexander Sorich 13 Years Ago

serie. load from DataView make a tooltip for the Datapoints

Author
Message
Alexander Sorich
Posted 13 Years Ago
View Quick Profile
Forum Newbie

Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)Forum Newbie (9 reputation)

Group: Forum Members
Last Active: 13 Years Ago
Posts: 9, Visits: 1
Hello,
i'm using a chart for .NET
I have a serie and fill this from DataView.

DataView myView = new DataView(DataTable xyz);

((NLineSeries)serie).XValues.FillFromDataView(myView, XXX);
((NLineSeries)serie).Values.FillFromDataView(myView, YYY);

It is possible to make a tooltip for the Datapoints in serie in the chart?

Best Regards,
Alexander




Similar Topics


Reading This Topic