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)