Hello!
There are about six months since I've worked last time for a project that is using Telerik's dlls.
Now I have my hands back on it, and the first thing I tried to do was to update Telerik's libraries...
one thing I've noticed (and I bet there are others) is that my context menu for charts has disappeared - vanished - gone!
I'm now looking in your documentation and tutorials - and you are explaining how to add context menus to bars or other items in charts
but this is not the point! I had a general context menu for the entire chart that is now shown anymore when I'm right clicking the chart...
Is there something that I am missing here?
Thank you!
R
There are about six months since I've worked last time for a project that is using Telerik's dlls.
Now I have my hands back on it, and the first thing I tried to do was to update Telerik's libraries...
one thing I've noticed (and I bet there are others) is that my context menu for charts has disappeared - vanished - gone!
I'm now looking in your documentation and tutorials - and you are explaining how to add context menus to bars or other items in charts
but this is not the point! I had a general context menu for the entire chart that is now shown anymore when I'm right clicking the chart...
<
telerik:RadChart
Name
=
"telerikChart"
>
<
telerik:RadChart.DefaultSeriesDefinition
>
<
Charting:ScatterSeriesDefinition
/>
</
telerik:RadChart.DefaultSeriesDefinition
>
<
Controls:RadContextMenu.ContextMenu
>
<
Controls:RadContextMenu
x:Name
=
"chartContextMenu"
>
<
Controls:RadMenuItem
Name
=
"miTooltipFormat"
Header
=
"Precision"
/>
<
Controls:RadMenuItem
Name
=
"miXStrip"
Header
=
"X axis strip lines"
IsCheckable
=
"True"
Checked
=
"miXStrip_Checked"
Unchecked
=
"miXStrip_Checked"
/>
<
Controls:RadMenuItem
Name
=
"miYStrip"
Header
=
"Y axis strip lines"
IsCheckable
=
"True"
Checked
=
"miYStrip_Checked"
Unchecked
=
"miYStrip_Checked"
/>
<
Controls:RadMenuItem
Name
=
"miExport"
Header
=
"Export"
Click
=
"ctxExportMenuItem_Click"
/>
</
Controls:RadContextMenu
>
</
Controls:RadContextMenu.ContextMenu
>
</
telerik:RadChart
>
Is there something that I am missing here?
Thank you!
R