ChartNoDataSettingsBuilder

Methods

Template(System.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.

Parameters

value - System.String

The value for Template

RETURNS

Returns the current ChartNoDataSettingsBuilder instance.

TemplateId(System.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.

Parameters

templateId - System.String

The ID of the template element for Template

RETURNS

Returns the current ChartNoDataSettingsBuilder instance.

TemplateView(Microsoft.AspNetCore.Html.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.

Parameters

templateView - Microsoft.AspNetCore.Html.IHtmlContent

The view that contains the template for Template

RETURNS

Returns the current ChartNoDataSettingsBuilder instance.

TemplateHandler(System.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.

Parameters

templateHandler - System.String

The handler that returs the template for Template

RETURNS

Returns the current ChartNoDataSettingsBuilder instance.

Template(Kendo.Mvc.UI.Fluent.TemplateBuilder)

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.

Parameters

template - TemplateBuilder<TModel>

A Template component that configures the template.

RETURNS

Returns the current ChartNoDataSettingsBuilder instance.