[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.DataLabelBaseBuilder-2

DataLabelBaseBuilder<TControl, TBuilder> Class

Defines a builder to configurate DataLabelBase.

Inheritance
HideObjectMembers
BaseBuilder<TControl, TBuilder>
DataLabelBaseBuilder<TControl, TBuilder>
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class DataLabelBaseBuilder<TControl, TBuilder> : BaseBuilder<TControl, TBuilder> where TControl : DataLabelBase where TBuilder : DataLabelBaseBuilder<TControl, TBuilder>
Type Parameters
Name Description
TControl
TBuilder

Constructors

Name Description
DataLabelBaseBuilder(TControl)

Creates one DataLabelBaseBuilder<TControl, TBuilder> instance to configurate obj.

Methods

Name Description
Border(bool)

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

ConnectingLine(bool)

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

Content(string)

Configurates Content. Sets the content of data labels.

Offset(double)

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

OnClientRendering(string)

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