New to Telerik UI for ASP.NET MVC? Download free 30-day trial

ChartLegendItemSettingsBuilder

Methods

Cursor(System.String)

The cursor style of the legend item.

Parameters

value - System.String

The value for Cursor

Visual(System.String)

A function that can be used to create a custom visual for the legend items. The available argument fields are: options - the item options.; createVisual - a function that can be used to get the default visual.; series - the item series. or pointIndex - the index of the point in the series. Available for pie, donut, pyramid and funnel series..

Parameters

handler - System.String

The name of the JavaScript function that will be evaluated.

Visual(System.Func)

A function that can be used to create a custom visual for the legend items. The available argument fields are: options - the item options.; createVisual - a function that can be used to get the default visual.; series - the item series. or pointIndex - the index of the point in the series. Available for pie, donut, pyramid and funnel series..

Parameters

handler - System.Func<Object,Object>

The handler code wrapped in a text tag.

In this article
Not finding the help you need?