ChartDataPoint.DataPointValues Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the X and Y values of the data point.
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
Property Value
A ChartDataPointValues object that represents the X and Y values of the data point.