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

In This Topic
    SeriesIndex Property
    In This Topic
    Gets or sets the series index of the data point to attach a label when the label AttachMethod property specifies DataIndex attachment and data layout specified is point layout.
    Syntax
    'Declaration
     
    Public Property SeriesIndex As System.Integer
    public System.int SeriesIndex {get; set;}
    See Also