DataPoint.IsEmpty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a flag that indicates whether a data point is marked as empty.
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
Property Value
true
if the point is marked as an empty point; otherwise, false
. The default value is false
.
- Attributes
Remarks
Set this property to true
to mark a data point as an empty point.
Alternatively one of the InsertEmptyPoints
methods in the DataManipulator class can be used to mark missing data as empty points.
The EmptyPointStyle property determines how empty points are displayed.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET