Propriedade do RDL ChartEmptyPoints

Defines behavior of empty points in the series.

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

Sintaxe

'Declaração
Public Property ChartEmptyPoints As ChartEmptyPoints
    Get
    Set
'Uso
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)