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

In This Topic
    ChartLabelsCollection Class
    In This Topic
    Contains all chart labels defined for a particular chart.
    Object Model
    ChartLabelsCollection Class
    Syntax
    'Declaration
     
    Public Class ChartLabelsCollection 
       Inherits C1.Win.FlexReport.Chart.ChartObjectCollection(Of ChartLabel)
    public class ChartLabelsCollection : C1.Win.FlexReport.Chart.ChartObjectCollection<ChartLabel> 
    Inheritance Hierarchy

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

    See Also