[]
ITagHelper implementation for ChartLegend.
[HtmlTargetElement("c1-chart-legend")]
public class ChartLegendTagHelper : SettingTagHelper<ChartLegend>, ITagHelper, ITagHelperComponent
<HtmlTargetElement("c1-chart-legend")>
Public Class ChartLegendTagHelper
Inherits SettingTagHelper(Of ChartLegend)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| ChartLegendTagHelper() |
| 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. |