FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / Chart3DDataLabel Class / Index Property

In This Topic
    Index Property (Chart3DDataLabel)
    In This Topic
    Gets or sets the label index. Represents the row (RowLabels) or column (ColumnLabels) number.
    Syntax
    'Declaration
     
    Public Property Index As Integer
    public int Index {get; set;}
    See Also