Gets the collection of the generated axis labels to place along the ChartAxis.
Namespace: Mindscape.SilverlightElements.ChartingAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public ReadOnlyCollection<AxisLabel> Labels { get; private set; } |
| Visual Basic |
|---|
Public Property Labels As ReadOnlyCollection(Of AxisLabel) Get Private Set |
| Visual C++ |
|---|
public: property ReadOnlyCollection<AxisLabel^>^ Labels { ReadOnlyCollection<AxisLabel^>^ get (); private: void set (ReadOnlyCollection<AxisLabel^>^ value); } |