I have several series all using independent x axis but I have had to add code to make sure they are all showing the exact same range. Is it not possible to have them all share the same x axis? Each time I add a series I tried simply finding the current CategoryDateTimeXAxis and setting it to the series's xaxis but the axis labels are never displayed.
Is there an example of adding a CategoryDateTimeXAxis to the xaml and then programmatically adding the a series which uses that CategoryDateTimeXAxis?
Hi,
I've successfully downloaded and have been using the patch for the last few days. So far so good, mostly.
However, my original plan was to use a scatter series for 'annotation' of the primary data series shown as a simple line. This does not work since scatter series insists on using the NumericXAxis while I must use CategoryDateTimeXAxis.
The good thing is that I don't really need to use scatter series, ANY series which'll allow me to use the same datetime x axis as my primary series is good enough for me.
I will restate the problem once again: I have a simple series with date/time value and floating point value for each data point. The date/time is shown on x axis and value on y axis as a simple line. If you manually pick a couple of values from the total date/time range of all values in this series, I want to draw markers on the chart but only for these values (so I don't want markers on ALL values of primary series since there could be thousands of those, while the 'markers' are only a few, 3-10 at most).
Is there a series I could use to achieve this?
Regards,
Drazen
Hi rawpower,
I have opened a support case and sent you a link to get the Service Release patch installer (10.3.20103.2065) which addresses this issue.
Thanks,
Francis"] gongchengshi, I have sent you information regarding the Service Release in a private support case. Thanks,
gongchengshi, I have sent you information regarding the Service Release in a private support case.
evaluating your product I've ran into exactly the same issue - I have one data series populated with a lot of values, X-axis being date/time values and Y-axis just doubles. This data series will be shown as a simple line.
A second data series is just a couple of values where X-axis is date/time and all the values match perfectly with the values from the other data series (in other words, set of date/time values of second series is a true subset of date/time values of the first series) and Y-axis is irrelevant. The true purpose of the second data series is to be shown as a scatter chart so that its values "annotate" the first series. In practice, users will pick values from the first series (pick date/times) and then we will add an "annotation" with comments.
From what I understood, the SL DV product does not directly support picking values from the series but I've seen 2-3 posts in the forum explaining how to do this, so no problem there.
The problem is the fact that the fix (for proper display of two series with uneven number of data points) in this thread and what I've seen elsewhere relies on availability of MinimumValue/MaximumValue and other fixes NOT present in the publically available service release. I've seen somewhere that the next release is scheduled for Feb 7th, if that is the case I can wait for it, if not, could you please let me know how to get the current service release even if it's still in "private" beta?
Thanks in advance,
Thanks Shilpa and Francis. This solution seems to do exactly what I want. Thanks a ton!