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
.Series(series => {
series.Column(s => s.XXXXX)
.Overlay(ChartBarSeriesOverlay.None)
.Labels(labels => labels
.Background(
"transparent"
)
.Template(
"\n#= dataItem.XXXX#%\n#= dataItem.YYYY#"
.Visual(
"labelsVisual"
.Visible(
true
));
})
//....
<script>
function
labelsVisual(e) {
var
src = kendo.format(
'/*...*/")'
,
image =
new
kendo.drawing.Image(src, e.rect)
center = e.rect.center(),
text =
kendo.drawing.Text(e.text, [center.x, e.rect.origin.y]),
group =
kendo.drawing.Group().append(image, text);
return
group;
}
</script>
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.