We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Adjust HiLo line width

Hello, Hopefully this is a simple question. Up to this point I have mostly dealt with pie and column charts, but now I am working with HiLo charts. Can I adjust the width of the line that is drawn with the HiLo charts? It is much too thin for me right now. Thanks for your help! Thanks, Nick

3 Replies

AD Administrator Syncfusion Team July 6, 2006 10:59 AM UTC

Hi Nick, Yes , it is possible adjusting the width of the line in Hilo chart using the following code snippet. chartControl1.Series[0].Style.Border.Width=5; But it is not working in the latest version as expected. So I have logged bug report on this regard and will update you as soon as the issue is fixed. Thank you for your interest in Syncfusion products. Regards, Jaya


NH Nick Howard July 7, 2006 05:55 PM UTC

Hi Jaya, Thank you for your help. One other question for you. I set my series style in a function - series_PrepareStyle, but it doesn''t seem to work for setting the border width on a line chart. Should it? Thanks, Nick >Hi Nick, > >Yes , it is possible adjusting the width of the line in Hilo chart using the following code snippet. > >chartControl1.Series[0].Style.Border.Width=5; > >But it is not working in the latest version as expected. So I have logged bug report on this regard and will update you as soon as the issue is fixed. > >Thank you for your interest in Syncfusion products. > >Regards, >Jaya


AD Administrator Syncfusion Team July 10, 2006 06:44 AM UTC

Hi Nick, I am afraid that I was not able to reproduce this issue. Please take look at the sample attached. Let me know if this helps. Thanks for using Syncfusion Products. Regards, Jaya

linechart4.zip

Loader.
Live Chat Icon For mobile
Up arrow icon