[]
Defines a builder to configurate DataLabelBase.
public class DataLabelBaseBuilder<TControl, TBuilder> : BaseBuilder<TControl, TBuilder> where TControl : DataLabelBase where TBuilder : DataLabelBaseBuilder<TControl, TBuilder>
Name | Description |
---|---|
TControl | |
TBuilder |
Name | Description |
---|---|
DataLabelBaseBuilder(TControl) | Creates one DataLabelBaseBuilder<TControl, TBuilder> instance to configurate |
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. |