Drawing a distinct black line at point 0 on the x-axis (Example Please)

I have a chart that has its 0 value in the middle of the x-axis: ________|________ 0 I would like to draw a distinct vertical line at point 0 that stands out from the regular grid lines. Can you please show me how to do this most effectively? Thanks, Andrew

2 Replies

DJ Davis Jebaraj Syncfusion Team September 27, 2004 07:54 PM UTC

Hi Andrew, You can handle the ChartAreaPaint event to draw the line. Please refer to this sample: http://www.syncfusion.com/support/user/uploads/ChartDrawGridLine.zip Regards, Davis


AD Administrator Syncfusion Team September 28, 2004 02:20 AM UTC

Thanks, this worked great! >Hi Andrew, > >You can handle the ChartAreaPaint event to draw the line. Please refer to this sample: > >http://www.syncfusion.com/support/user/uploads/ChartDrawGridLine.zip > >Regards, > >Davis

Loader.
Up arrow icon