Questions tagged [lineseries]

55 questions
0
votes
0 answers
0
votes
2 answers

Oxyplot with WPF

I am working with and I oxyplot download an example the following link: http://blog.bartdemeyer.be/2013/03/creating-graphs-in-wpf-using-oxyplot/ I added my own data plotting to go, but the incoming points are accumulated and that makes the graph…
user3042410
  • 85
  • 1
  • 2
  • 6
0
votes
3 answers

Disable a particular legend in a line chart

Is there any possibility to disable a particular legend for LineSeries component in a line chart. Let say that we have the following code:
kaissun
  • 3,044
  • 4
  • 20
  • 35
0
votes
1 answer

how to set wpf extended tookit chart line series as a top line series?

is there any way how to bring to the front any of displayed line series in my chart component? I tried Focus(), but this do not work. thanks
Wally_the_Walrus
  • 219
  • 1
  • 5
  • 17
0
votes
1 answer

How to display multiple colors in a lineseries?

I want to display different colors in a line series based on some condition. As per my observation we can use fillFunction on columnseries to get different colored chart items, but it does not have any effect on lineseries. Is there any way by which…
0
votes
2 answers

Flex LineChart - How To Create LineSeries From Unique Values In An ArrayCollection

I have been trying to figure out a way to create a LineChart that contains numerous LineSeries based off data in an ArrayCollection. To be more specific, let's say that we have an ArrayCollection as such: public var myArray:ArrayCollection=new…
anad2312
  • 787
  • 2
  • 8
  • 20
0
votes
2 answers

Silverlight Toolkit LineSeries connects data points randomly

I am trying to render a line chart but the LineSeries is connecting the data points randomly each time I make it redraw the graph. My items source is a typed List of my custom classes that have 2 properties, one for the x-axis and one for the y-axis…
Wolfgang
  • 211
  • 1
  • 2
  • 10
-1
votes
1 answer

How to keep seeing the data from the start when the data keeps coming in LIghtningChartJS?

I went through one of your interactive examples, Dashboard 5 channels 1000 pps chart. In that as the data keeps coming, the view area starts scrolling so that I can see the new coming data. But in this process the data at the start goes out of…
-1
votes
1 answer

How do i modify LightningChart JS point line series to achieve mentioned functionalities?

I wanted to create an XY chart with a simple point line series. For this I started trying out LightningChart JS software from Arction. Few of the questions that I would like to be answered, after creating a point line series with default properties…
-1
votes
1 answer

Highcharts marker alignment not matched with Axis gridlines

options passed like below: var chartOptions = { chart: { backgroundColor: 'white', type:'line' }, title: { …
NBI
  • 277
  • 1
  • 5
  • 15
1 2 3
4