Hi,
Is the any way to draw any constant line in XamDataChart?
I'm interested on draw a line for max value (and min value) from a serie.
Thanks in advanced
You could probably adapt this sample: http://community.infragistics.com/forums/p/45157/246174.aspx#246174
to display such a line instead of strips.
You could also just create a line series or scatter line series based on your calculation of the minimum and maximum.
You may also want to look at the custom indicator series, for drawing horizontal lines.
-Graham
Hi Graham,
can you post any example for custom indicator? seems the best approach.
Thanks