Gets or sets the source for axis annotations.
Namespace:
C1.Silverlight.ChartAssembly: C1.Silverlight.Chart (in C1.Silverlight.Chart.dll)
Syntax
C# |
---|
public IEnumerable ItemsSource { get; set; } |
Visual Basic |
---|
Public Property ItemsSource As IEnumerable Get Set |
Remarks
The ItemsSource provides the data that is used for display
in axis labels instead of automatic annotation with numeric
or DataTime values.