Series.EmptyPointStyle プロパティ

定義

空としてマークされるポイントの描画スタイルを取得または設定します。

public:
 property System::Web::UI::DataVisualization::Charting::DataPointCustomProperties ^ EmptyPointStyle { System::Web::UI::DataVisualization::Charting::DataPointCustomProperties ^ get(); void set(System::Web::UI::DataVisualization::Charting::DataPointCustomProperties ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.DataPointCustomProperties EmptyPointStyle { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.EmptyPointStyle : System.Web.UI.DataVisualization.Charting.DataPointCustomProperties with get, set
Public Property EmptyPointStyle As DataPointCustomProperties

プロパティ値

DataPointCustomProperties オブジェクト。

属性

注釈

プロパティは EmptyPointStyle 、境界線の色、マーカーイメージ、背景色や画像など、空としてマークされたポイントの描画スタイルを決定します。

特定のプロパティは、特定のグラフの種類にのみ適用されます。 たとえば、 プロパティは BackImage 折れ線グラフには適用されませんが、面グラフには適用されます。

空のポイントを示すイメージを表示するには、 プロパティではなく、 プロパティと MarkerStyle プロパティをBackImage使用MarkerImageします。

プロパティは AxisLabel 、空のポイントの軸ラベルを決定します。 積み上げグラフの種類の場合、軸ラベルは、このプロパティが設定された最初のプロット系列のプロパティによって AxisLabel 決まります。

データ ポイントは、 プロパティtrueを に設定IsEmptyすることで、手動で空としてマークできます。 または、 クラスのいずれかのメソッドDataManipulatorInsertEmptyPoints使用して、不足しているデータを確認し、データ ポイントがない場合は空のポイントを挿入できます。

注意

折れ線グラフの場合、空のポイントに接続する線の線の色は、 プロパティの Color 設定によって決まります。

適用対象