Freigeben über


ChartSeries.ChartEmptyPoints-Eigenschaft

Defines behavior of empty points in the series.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ChartEmptyPoints As ChartEmptyPoints 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: Microsoft.ReportingServices.RdlObjectModel.ChartEmptyPoints
A ChartEmptyPoints object.

Siehe auch

Verweis

ChartSeries Klasse

Microsoft.ReportingServices.RdlObjectModel-Namespace