ChartEmptyPoints.DataLabel 属性
Gets the label for the empty points.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property DataLabel As ChartDataLabel
Get
用法
Dim instance As ChartEmptyPoints
Dim value As ChartDataLabel
value = instance.DataLabel
public ChartDataLabel DataLabel { get; }
public:
property ChartDataLabel^ DataLabel {
ChartDataLabel^ get ();
}
member DataLabel : ChartDataLabel
function get DataLabel () : ChartDataLabel