DataLabel Property (Series)
In This Topic
Gets or sets the series data label.
Syntax
'Declaration
<C1DescriptionAttribute("Series.DataLabel", "Gets or sets the series data label.")>
Public Property DataLabel As DataLabel
[C1Description("Series.DataLabel", "Gets or sets the series data label.")]
public DataLabel DataLabel {get; set;}
See Also