ChartSeries.ChartEmptyPoints 属性

Defines behavior of empty points in the series.

命名空间:  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)

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.ChartEmptyPoints
A ChartEmptyPoints object.

请参阅

参考

ChartSeries 类

Microsoft.ReportingServices.RdlObjectModel 命名空间