FlexReport for WinForms
SeriesIndex プロパティ (ChartAttachMethodData)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport.Chart 名前空間 > ChartAttachMethodData クラス : SeriesIndex プロパティ
Gets or sets the series index of the data point to attach a label to when the label AttachmentMethod property specifies DataIndex attachment.
シンタックス
'宣言
 
Public Property SeriesIndex As System.Integer
'使用法
 
Dim instance As ChartAttachMethodData
Dim value As System.Integer
 
instance.SeriesIndex = value
 
value = instance.SeriesIndex
public System.int SeriesIndex {get; set;}
解説
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.
参照

参照

ChartAttachMethodData クラス
ChartAttachMethodData メンバ