ChartSeries.ChartEmptyPoints Property
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartEmptyPoints
A ChartEmptyPoints object.