FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.8 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DDataLabelsCollection Class
Members

In This Topic
    Chart3DDataLabelsCollection Class
    In This Topic
    Represents a collection of Chart3DDataLabel objects.
    Object Model
    Chart3DDataLabelsCollection Class
    Syntax
    'Declaration
     
    Public Class Chart3DDataLabelsCollection 
       Inherits C1.Win.FlexReport.Chart.ChartObjectCollection(Of Chart3DDataLabel)
    public class Chart3DDataLabelsCollection : C1.Win.FlexReport.Chart.ChartObjectCollection<Chart3DDataLabel> 
    Inheritance Hierarchy

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

    See Also