Hi,
I would like to use the UniformXyDataSeries because I have different Y values that are equidistant in time. I then assumed that I could use UniformXyDataSeries when X values are equidistant. I created an object of type UniformXyDataSeries but this class expects the XStart and XStep to be double values. I would like to provide TimeSpan values instead of double values. Is there any class that lets us have this setup (uniform data series with Y being double values and X equidistant TimeSpan values)?
Now, if I create a UniformXyDataSeries and provide XStep to be 0.0001 (double value) seconds and set the X axis being a TimeSpanAxis, the chart will not be rendered because it is saying it cannot convert the double value of XStep into a TimeSpan.
Thank you!
Alex
- Alexandru Neamtu asked 7 months ago
- last edited 7 months ago
-
Found the answer in the docs :) “Only NumericAxis types can render UniformXyDataSeries, except LogarithmicNumericAxis and NegativeLogarithmicNumericAxis”
- You must login to post comments
I am considering applying server-side licensing for my javerScript application.
In the document below, there is a phrase “Our server-side licensing component is written in C++.”
(https://support.scichart.com/index.php?/Knowledgebase/Article/View/17256/42/)
However, there is only asp.net sample code on the provided github.
(https://github.com/ABTSoftware/SciChart.JS.Examples/tree/master/Sandbox/demo-dotnet-server-licensing)
I wonder if there is a sample code implemented in C++ for server-side licensing.
Can you provide c++ sample code?
Also, are there any examples to run on Ubuntu?
- Alexandru Neamtu answered 7 months ago
- last edited 7 months ago
-
Hi Alex, that is true and well spotted. There’s nothing stopping you from Creating a custom Labelprovider to format numbers as times. The format can be up to you, e.g. 1,2,3 can be formatted as seconds or milliseconds or microseconds
- You must login to post comments
Please login first to submit.