Gets or sets the item names.

Namespace:  C1.Silverlight.Chart
Assembly:  C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)

Syntax

C#
public IEnumerable ItemNames { get; set; }
Visual Basic
Public Property ItemNames As IEnumerable
	Get
	Set

Remarks

The item names are common for all data series.

See Also