Share via


ChartDataPoint.DataPointValues 属性

定义

获取数据点的 X 值和 Y 值。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ChartDataPointValues ^ DataPointValues { Microsoft::ReportingServices::OnDemandReportRendering::ChartDataPointValues ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues DataPointValues { get; }
member this.DataPointValues : Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValues
Public MustOverride ReadOnly Property DataPointValues As ChartDataPointValues

属性值

一个 ChartDataPointValues 对象,该对象表示数据点的 X 值和 Y 值。

适用于