ChartDataPoint.ChartDataPointValues 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.
Data values for the point.
public:
property Microsoft::ReportingServices::RdlObjectModel::ChartDataPointValues ^ ChartDataPointValues { Microsoft::ReportingServices::RdlObjectModel::ChartDataPointValues ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::ChartDataPointValues ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.ChartDataPointValues ChartDataPointValues { get; set; }
member this.ChartDataPointValues : Microsoft.ReportingServices.RdlObjectModel.ChartDataPointValues with get, set
Public Property ChartDataPointValues As ChartDataPointValues
Property Value
A ChartDataPointValues object.