edit series

I am using syncfusion 5.2 chart controls. Kindly help me with following issue.

I saw that in syncfusion to change series settings we have a context menu by syncfusion. Now i want that instead of context menu when i double click on my line(in case of line chart) or any column in case of column chart, i should get the "Edit Style" window.

I will be very thankful if anyone could help me with this.





Chart_ContextMenu_4fe5b5a0.zip

1 Reply

MA Manohari Syncfusion Team July 15, 2008 07:36 AM UTC

Hi Prabhjeet,

Thanks for the screenshot. It is possible to invoke the SeriesStyleEditor on double Clicking on the Series in chart by enabling the AllowUserEditStyles property of ChartControl.

Example:

this.chartControl1.AllowUserEditStyles = true;

Kindly let us know if you have any other queries. Thanks for your patience.

Regards,
Manohari.R


Loader.
Up arrow icon