ChartDataPoint.DataPointValues Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient les valeurs X et Y du point de données.
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
Valeur de propriété
Objet ChartDataPointValues qui représente les valeurs X et Y du point de données.