ComponentOne Chart for WPF and Silverlight
Label Property (DataSeries)


C1.WPF.C1Chart Namespace > DataSeries Class : Label Property
Gets or sets the text label of data series.
Syntax
'Declaration
 
Public Property Label As System.String
'Usage
 
Dim instance As DataSeries
Dim value As System.String
 
instance.Label = value
 
value = instance.Label
public System.string Label {get; set;}
Remarks
Usually the Label property is used to identify the data series in the chart legend.
See Also

Reference

DataSeries Class
DataSeries Members