ChartSeriesLabelsFromSettingsTagHelper
Example
Razor
<chart-series-labels-from>
<border />
<margin />
<padding />
</chart-series-labels-from>
ChildTags
| Tag Name | Details |
|---|---|
| border | ChartSeriesLabelsFromBorderSettingsTagHelper |
| margin | ChartSeriesLabelsFromMarginSettingsTagHelper |
| padding | ChartSeriesLabelsFromPaddingSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| background | String | The background color of the from labels. Accepts a valid CSS color string, including hex and rgb. |
| background-handler | String | The background color of the from labels. Accepts a valid CSS color string, including hex and rgb. |
| color | String | The text color of the from labels. Accepts a valid CSS color string, including hex and rgb. |
| color-handler | String | The text color of the from labels. Accepts a valid CSS color string, including hex and rgb. |
| font | String | The font style of the from labels. |
| font-handler | String | The font style of the from labels. |
| format | String | The format of the from labels. Uses kendo.format. |
| format-handler | String | The format of the from labels. Uses kendo.format. |
| position | ChartSeriesLabelsPosition | Specifies the position of the "from" labels. |
| position-handler | String | Specifies the position of the "from" labels. |
| template | String | The template which renders the chart series from label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values.. |
| template-handler | String | The template which renders the chart series from label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values.. This option expects the name of a JavaScript function that will be called to return the template. |
| template-id | String | The template which renders the chart series from label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values.. This option expects the ID of the script element that contains the template. |
| template-view | IHtmlContent | The template which renders the chart series from label.The fields which can be used in the template are: category - the category name.; dataItem - the original data item used to construct the point. Will be null if binding to array.; series - the data series or value - the point value. An object containing from and to values.. This option expects the instance containing the created HTML. |
| visible | Boolean | If set to true the chart will display the series from labels. By default chart series from labels are not displayed. |
| visible-handler | String | If set to true the chart will display the series from labels. By default chart series from labels are not displayed. |