Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
265
Ultradatachart LineSeries with dashed line
posted

I have an ultradatachart with several LineSeries. I would like one of the series to have a dashed line instead of a solid line.  I haven't been able to locate any property like LineStyle for the series.

I need this to work.  Is there any way to change the line style for a line series?

Parents
  • 34810
    Offline posted

    Hello James,

    Thank you for contacting Infragistics Developer Support.

    I have been investigating into this behavior you are looking to achieve, and the UltraDataChart is essentially meant to be a port of the XamDataChart control from our WPF toolset in that it will work the same way, but it has not yet reached full parity. At the moment, a dash array for the LineSeries in the UltraDataChart is not a supported feature and in order to ensure it gets implemented, I would recommend suggesting a new product idea for this at our Windows Forms Ideas Site. This will place you in direct communication with our product management teams who plan and prioritize upcoming features and development based on community and user feedback.

    The best workaround I can recommend in this case is to host the WPF XamDataChart in your Windows Forms application as the series in this chart support a dash array. You can read about how to host a WPF control in Windows Forms at this article.

    Please let me know if you have any other questions or concerns on this matter.

    Sincerely,
    Andrew Goldenbaum
    Software Developer

Reply Children