Propriété ChartEmptyPoints
Defines behavior of empty points in the series.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ChartEmptyPoints As ChartEmptyPoints
Get
Set
'Utilisation
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)
Valeur de propriété
Type : Microsoft.ReportingServices.RdlObjectModel. . :: . .ChartEmptyPoints
A ChartEmptyPoints object.