PPCC Namespace
Gets or sets the label used for series in the legend

Namespace:  PPCC.Chart
Assembly:  Chart (in Chart.dll)
Version: 5.1.2859.14274

Syntax

C#
public string SeriesLabel { get; set; }
Visual Basic (Declaration)
Public Property SeriesLabel As String
Visual C++
public:
property String^ SeriesLabel {
	String^ get ();
	void set (String^ value);
}

See Also