Content Method
Content(string)
Configurates Content.
Sets the content of data labels.
Declaration
public TBuilder Content(string value)
Public Function Content(value As String) As TBuilder
Parameters
| Type |
Name |
Description |
| string |
value |
The value.
|
Returns
| Type |
Description |
| TBuilder |
Current builder.
|