FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart2DValueLabelsCollection Class
Members

In This Topic
    Chart2DValueLabelsCollection Class
    In This Topic
    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