ChartEmptyPoints 속성
Defines behavior of empty points in the series.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property ChartEmptyPoints As ChartEmptyPoints
Get
Set
‘사용 방법
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)