Represents a collection of ValueLabels objects used to define the appearance of the ValueLabels for the X, Y, and Y2 objects of the ChartArea.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
[DefaultMemberAttribute("Item")]
[EditorAttribute(typeof(ValueLabelsCollectionEditor), typeof(UITypeEditor))]
public class ValueLabelsCollection : CollectionBase
Visual Basic
<DefaultMemberAttribute("Item")> _
<EditorAttribute(GetType(ValueLabelsCollectionEditor), GetType(UITypeEditor))> _
Public Class ValueLabelsCollection _
	Inherits CollectionBase

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    C1.Win.C1Chart..::..ValueLabelsCollection

See Also