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

ChartSeriesDefaultsLegendItemSettingsTagHelper

Example

<legend-item>
    <area />
    <highlight></highlight>
    <line />
    <markers></markers>
</legend-item>

ChildTags

Tag Name Details
area ChartSeriesDefaultsLegendItemAreaSettingsTagHelper
highlight ChartSeriesDefaultsLegendItemHighlightSettingsTagHelper
line ChartSeriesDefaultsLegendItemLineSettingsTagHelper
markers ChartSeriesDefaultsLegendItemMarkersSettingsTagHelper

Attributes

Attribute Type Description
cursor String The cursor style of the legend item.
type String Sets the type of the legend items. The default value is based on the series type.The supported values are: "line"—the legend items are rendered as a line. This is the default value for line charts. or "area"—the legend items are rendered as a filled rectangle. This is the default value for area charts..
visual 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 for getting the default visual.; series—The item series. or pointIndex—The index of the point in the series. Available for the Pie, Donut, and Funnel series..
In this article
Not finding the help you need?