ChartDataPoint.DataPointValues Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene i valori X e Y del punto dati.
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
Valore della proprietà
Un ChartDataPointValues oggetto che rappresenta i valori X e Y del punto dati.