Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi.
Attach an image. When user move mouse over the chart, a tooltip show to the user Value = 1. i want to change "value" text with my Custom text, like "مقدار".
how can do this ?
private
void
tooltipController_DataPointTooltipTextNeeded(
object
sender, DataPointTooltipTextNeededEventArgs e)
{
e.Text =
"My value: "
+ ((PieDataPoint)e.DataPoint).Value;
}