ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / Chart3DDataLabel Class / Index Property

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