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