ChartEmptyPoints プロパティ

系列の空のポイントの動作を定義します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property ChartEmptyPoints As ChartEmptyPoints
    Get
    Set
'使用
Dim instance As ChartSeries
Dim value As ChartEmptyPoints

value = instance.ChartEmptyPoints

instance.ChartEmptyPoints = value
public ChartEmptyPoints ChartEmptyPoints { get; set; }
public:
property ChartEmptyPoints^ ChartEmptyPoints {
    ChartEmptyPoints^ get ();
    void set (ChartEmptyPoints^ value);
}
member ChartEmptyPoints : ChartEmptyPoints with get, set
function get ChartEmptyPoints () : ChartEmptyPoints
function set ChartEmptyPoints (value : ChartEmptyPoints)