[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.DataLabelBaseTagHelper-1

DataLabelBaseTagHelper<TControl> Class

ITagHelper implementation for DataLabelBase.

Inheritance
BaseTagHelper<TControl>
DataLabelBaseTagHelper<TControl>
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class DataLabelBaseTagHelper<TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : DataLabelBase
Type Parameters
Name Description
TControl

Constructors

Name Description
DataLabelBaseTagHelper()

Properties

Name Description
Border

Configurates Border. Sets a value indicating whether data labels have borders.

CollectionName

Gets the collection name.

ConnectingLine

Configurates ConnectingLine. Sets a value indicating whether to draw lines that connect labels to the data points.

Content

Configurates Content. Sets the content of data labels.

Offset

Configurates Offset. Sets the offset from label to the data point.

Rendering

Configurates the OnClientRendering client event. Occurs before the rendering data label.