FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAttachMethodData Class / PointIndex Property

In This Topic
    PointIndex Property (ChartAttachMethodData)
    In This Topic
    Gets or sets the point index of the data point to attach a label to when the label AttachMethod property specifies DataIndex attachment.
    Syntax
    'Declaration
     
    Public Property PointIndex As Integer
    public int PointIndex {get; set;}
    Remarks
    For 3D chart, it means the point index of the data point if the data layout specified is point layout, and means the row of the data point if the data layout specified is regular or irregular grid.
    See Also