Questions tagged [datapoint]

Represents a data point that is stored in the DataPointCollection class.

The DataPoint class stores properties associated with data as well as data point values. Each data point consists of an X-value and one or more Y-values. More info available on MSDN.

82 questions
0
votes
0 answers

WPF Charting Toolkit: datapoint styling

I have a pb customizing the data Points of my line Series. I tried to use the examples used to collapse the data Points by setting my customized template but,if i customize the datapoint template the line series disappears and only the datapoints…
0
votes
1 answer

How to average outliers in an R dataset with the previous and following data points?

I have a large dataset and have defined outliers to be those values which fall either above the 99th or below the 1st percentile. I'd like to take the mean of those outliers with their previous and following datapoints, then replace all 3 values…
Bobbo
  • 95
  • 1
  • 1
  • 5
-1
votes
2 answers

Running @Theory annotated test only once until passed

I have @Theroy class as: @Datapoints data1, data 2 ..... data 10 and, @Theory testMethod (data1, data2, data3) { //do testing exit from testMethod once testing is passed } I want to pass the testing exactly once, but not to run all the possible…
mohan paudel
  • 27
  • 1
  • 4
-1
votes
1 answer

MS Chart, How to get CursorX data point in the mouse move event?

I have a question regarding the ms chart: how do I get the CursorX data point in the mouse move event?
-1
votes
1 answer

Expand a set of numbers in excel

I have an excel spreadsheet with x y 0 -1.5 100 1.6 200 0 300 -6.8 400 -19.8 500 -39.9 I want to find the values where x = 600 through 1500. I have tried making a graph and using the trend line and getting Polynomial 2, and it returns…
Matt Westlake
  • 3,499
  • 7
  • 39
  • 80
-2
votes
1 answer

C# how to "delete" first value of array, reorder array and set last value back at 0?

So I've got a Datapoint[] = new Datapoint[50] that I'm filling. As soon as the Datapoint array is full, how can I "delete" Datapoint[0] and set Datapoint[1] to Datapoint[0], Datapoint[2] to Datapoint[1]... etc. and make Datapoint[49] free again / to…
C.User
  • 153
  • 18
-3
votes
1 answer

Improving d3's performance?

I have some issue regarding the performance of d3.js to display points on map. I am using this beautiful piece of code that I found here as a starting point for my code https://gist.github.com/bobuss/1985684 Basically what the code on the link does…
user486174
  • 41
  • 1
  • 10
1 2 3 4 5
6