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

In This Topic
    ChartValueLabelsCollection Class
    In This Topic
    Represents a collection of axis value labels.
    Object Model
    ChartValueLabelsCollection Class
    Syntax
    'Declaration
     
    Public Class ChartValueLabelsCollection 
       Inherits C1.Win.FlexReport.Chart.ChartObjectCollection(Of ChartValueLabel)
    public class ChartValueLabelsCollection : C1.Win.FlexReport.Chart.ChartObjectCollection<ChartValueLabel> 
    Inheritance Hierarchy

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

    See Also