1 Solution
Hello Sebastien,
We apologize that you didn't find necessary information in our help files. Would you please clarify where you found "To be supplied" topics, so that we can reproduce this problem?
In any case, the latest version of our help files is always available on our website at http://documentation.devexpress.com. In particular, here you can find information about the crosshair-related properties:
http://documentation.devexpress.com/#Silverlight/DevExpressXpfChartsXYSeries2D_CrosshairLabelPatterntopic
http://documentation.devexpress.com/#Silverlight/DevExpressXpfChartsXYSeries2D_CrosshairLabelTemplatetopic
Currently these topics provide only basic information about the properties, but we are planning to update them very soon.
If you have any specific task about using the CrosshairLabelPattern and CrosshairLabelTemplate properties, please drop me a line, and we'll be happy to help you!
Best regards, Alan.
R&D, .NET Team.
-
In fact the "to be supplied" is in the "inline documentation/XML Documentation" of the library. The documentation you got when using the intellisense directly in the code.
Like you said the information is too basic. We need more info like how to use the DataContext when designing the template and what are the "renderers" ({A}, {V}) when specifying a pattern etc ...
Anyway, thanks for the links, my previous search on your online documentation returned nothing. Maybe I did a mistake.
-
Hello Sebastien,
Thank you for your clarification, I see the problem with the inline documentation in the VS code editor. We apologize for this issue and will fix it with the next minor update to our products.
As for the CrosshairLabelPattern and CrosshairLabelTemplate properties, we will prepare examples of their usage soon and will update this thread. Please bear with us.
Best regards, Alan.
R&D, .NET Team. -
The following strings can be used in the CrosshairLabelPattern property:
"{A}" - argument;
"{V}" - value;
"{VP}" - percent value (for Pie series)
"{S}" - series name;
"{G}" - name of a stacked group;
"{W}" - weight (for Bubble series)
"{V1}" - value1 (for Range series)
"{V2}" - value2 (for Range series)
"{HV}" - high value (for Financial series)
"{LV}" - low value (for Financial series)
"{OV}" - open value (for Financial series)
"{CV}" - close value (for Financial series) -
thank you for your fast response, really appreciated.
-
Hello Sebastien,
Currently we are working on an example to demonstrate how to use the CrosshairLabelTemplate property. After we publish it, we will update this thread.
Best regards, Alan.
R&D, .NET Team. -
Hello Sebastien,
We have prepared an example that demonstrates how to use the CrosshairLabelTemplate property.
See the following link:
How to customize the appearance of crosshair series labels
Best regards, Alex
R&D, .NET Team.
Is your intention to post an answer to your own question?
- If so, then proceed.
- If you simply wanted to post additional information, ask for further clarification, or to just say "Thanks!", please click Leave a Comment.
- If you wish to edit your original question, please use the Edit button in the Toolbox at the top right corner of that entry.