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

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