共用方式為


LegendItem.SeriesPointIndex 屬性

定義

取得或設定與預設圖例項目關聯之 DataPoint 物件的索引。

public:
 property int SeriesPointIndex { int get(); void set(int value); };
[System.ComponentModel.Browsable(false)]
public int SeriesPointIndex { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SeriesPointIndex : int with get, set
Public Property SeriesPointIndex As Integer

屬性值

integer 值,以零起始的索引表示預設圖例關聯之資料點的位置。 除了圓形圖與環圈圖以外的其他所有圖表類型,都會傳回負一 (-1)。

屬性

備註

此屬性應該只用于 事件, CustomizeLegend 以判斷 DataPoint 預設圓形圖或球形圖圖例專案所代表的物件。

圓形圖或球形圖以外的圖表類型會傳回負數 (-1) ,因為預設圖例專案會對應到繪製的數列,而不是繪製的資料點。 SeriesName針對這些圖表類型使用 屬性。

開發人員不應設定這個屬性。

注意

這個屬性適用于整個 LegendItem

適用於