[]
ITagHelper implementation for DataLabelBase.
public class DataLabelBaseTagHelper<TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : DataLabelBase
Name | Description |
---|---|
TControl |
Name | Description |
---|---|
DataLabelBaseTagHelper() |
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. |