Share via


ChartSeries.EmptyPoints Property

Gets the empty points.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property EmptyPoints As ChartEmptyPoints 
    Get
'Usage
Dim instance As ChartSeries 
Dim value As ChartEmptyPoints 

value = instance.EmptyPoints
public abstract ChartEmptyPoints EmptyPoints { get; }
public:
virtual property ChartEmptyPoints^ EmptyPoints {
    ChartEmptyPoints^ get () abstract;
}
abstract EmptyPoints : ChartEmptyPoints
abstract function get EmptyPoints () : ChartEmptyPoints

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartEmptyPoints
A ChartEmptyPoints object.

See Also

Reference

ChartSeries Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace