ChartDataPoint.DataPointValues 属性

Gets the X and Y values of the data point.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride ReadOnly Property DataPointValues As ChartDataPointValues 
    Get
用法
Dim instance As ChartDataPoint 
Dim value As ChartDataPointValues 

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues
A ChartDataPointValues object that represents the X and Y values of the data point.

请参阅

参考

ChartDataPoint 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间