Series.EmptyPointStyle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定標示為空資料點之資料點的繪製樣式。
public:
property System::Windows::Forms::DataVisualization::Charting::DataPointCustomProperties ^ EmptyPointStyle { System::Windows::Forms::DataVisualization::Charting::DataPointCustomProperties ^ get(); void set(System::Windows::Forms::DataVisualization::Charting::DataPointCustomProperties ^ value); };
[System.ComponentModel.Bindable(true)]
public System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties EmptyPointStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.EmptyPointStyle : System.Windows.Forms.DataVisualization.Charting.DataPointCustomProperties with get, set
Public Property EmptyPointStyle As DataPointCustomProperties
屬性值
標示為空資料點之資料點的繪製樣式。
- 屬性
備註
屬性 EmptyPointStyle 會決定標示為空白的點繪製樣式,例如框線色彩、標記影像、背景色彩或影像等等。
特定屬性僅適用于特定圖表類型。 例如, BackImage 屬性不適用於折線圖,但會套用至區域圖。
若要顯示表示空白點的影像,請使用 MarkerImage 和 MarkerStyle 屬性,而不是 BackImage 屬性。
屬性 AxisLabel 會決定空點的座標軸標籤。 請注意,對於堆疊圖表類型,座標軸標籤是由 AxisLabel 已設定此屬性之第一個繪製數列的 屬性所決定。
您可以將 屬性 true
設定 IsEmpty 為 ,以手動標示為空白的資料點。 或者,類別中的 DataManipulator 其中 InsertEmptyPoints
一個方法可用來檢查遺漏的資料,並在資料點遺失時插入空白點。
注意
在折線圖的情況下,連接到空白點之線條的線條色彩取決於 Color 屬性設定。