[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ChartLegendTagHelper

ChartLegendTagHelper Class

ITagHelper implementation for ChartLegend.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-chart-legend")]
public class ChartLegendTagHelper : SettingTagHelper<ChartLegend>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ChartLegendTagHelper()

Properties

Name Description
CollectionName

Gets the collection name.

CustomDefaultPropertyName

Gets the customized default property name.

MaxSize

Configurates MaxSize. Sets the maximum legend size (width for left or right position and height for top or bottom position).

Orientation

Configurates Orientation. Sets a value that determines the orientation of the legend.

Position

Configurates Position. Sets the enumerated value that determines whether and where the legend appears in relation to the chart.

Reverse

Configurates Reverse. Sets a value that determines whether the legend would be shown in reverse order or not.

Scrollbar

Configurates Scrollbar. Sets a value that determines whether the scrollbar should be used for a long legend.

Title

Configurates Title. Sets a value that determines the title of the legend.

TitleAlign

Configurates TitleAlign. Sets a value that determines the align value of the legend.