DataPoint.IsEmpty プロパティ

定義

データ ポイントに空のマークが付けられているかどうかを示すフラグを取得または設定します。

public:
 property bool IsEmpty { bool get(); void set(bool value); };
[System.ComponentModel.Bindable(true)]
public bool IsEmpty { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.IsEmpty : bool with get, set
Public Property IsEmpty As Boolean

プロパティ値

Boolean

ポイントに空のポイントのマークが付けられている場合は true。それ以外の場合は false。 既定値は false です。

属性

注釈

データ ポイントを空のポイントとしてマークするには true 、このプロパティを設定します。

または、クラス内のいずれかのメソッドをInsertEmptyPointsDataManipulator使用して、不足しているデータを空のポイントとしてマークすることもできます。

このプロパティは EmptyPointStyle 、空のポイントの表示方法を決定します。

適用対象