2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AttachMethodData Class / PointIndex Property

In This Topic
    PointIndex Property (AttachMethodData)
    In This Topic
    Gets or sets the point index of the data point to attach a label when the label AttachMethod property specifies DataIndex attachment.
    Syntax
    'Declaration
     
    Public Property PointIndex As System.Integer
    public System.int PointIndex {get; set;}
    See Also