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


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

参照

ChartAttachMethodData クラス
ChartAttachMethodData メンバ