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)