ComponentOne FlexReport for WinForms
Chart2DValueLabelsCollection Class
Members 

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : Chart2DValueLabelsCollection Class
Represents a collection of Chart2DValueLabel objects used to define the appearance of the value labels for the X, Y, and Y2 axes of the chart area.
Object Model
Chart2DValueLabelsCollection Class
Syntax
'Declaration
 
Public Class Chart2DValueLabelsCollection 
   Inherits C1.Win.FlexReport.Chart.ChartObjectCollection(Of Chart2DValueLabel)
public class Chart2DValueLabelsCollection : C1.Win.FlexReport.Chart.ChartObjectCollection<Chart2DValueLabel> 
Inheritance Hierarchy

System.Object
   C1.Win.FlexReport.Chart.ChartObjectCollection<T>
      C1.Win.FlexReport.Chart.Chart2DValueLabelsCollection

See Also

Reference

Chart2DValueLabelsCollection Members
C1.Win.FlexReport.Chart Namespace