Content Property (DataLabelBase)
In This Topic
Gets or sets the content of data labels.
Syntax
'Declaration
<C1DescriptionAttribute("DataLabelBase.Content", "Gets or sets the content of data labels.")>
Public Property Content As String
[C1Description("DataLabelBase.Content", "Gets or sets the content of data labels.")]
public string Content {get; set;}
See Also