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
|