ChartNoDataSettingsTagHelper
Example
Razor
<no-data>
<no-data-template></no-data-template>
</no-data>
ChildTags
Tag Name | Details |
---|---|
no-data-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
enabled | Boolean | Enables or disables the configuration. |
template | String | Configures the templates for the ActionSheet. |
template-handler | String | The template which is rendered when no series are defined, or all series are empty.The message overlays the entire Chart with the exception of the Title and Subtitle. This option expects the name of a JavaScript function that will be called to return the template. |
template-id | String | The template which is rendered when no series are defined, or all series are empty.The message overlays the entire Chart with the exception of the Title and Subtitle. This option expects the ID of the script element that contains the template. |
template-view | IHtmlContent | The template which is rendered when no series are defined, or all series are empty.The message overlays the entire Chart with the exception of the Title and Subtitle. This option expects the instance containing the created HTML. |