ChartDataPointValues Class
Contains a set of data values for a data point in the chart.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ChartDataPointValues _
Inherits ReportObject
'Usage
Dim instance As ChartDataPointValues
public class ChartDataPointValues : ReportObject
public ref class ChartDataPointValues : public ReportObject
type ChartDataPointValues =
class
inherit ReportObject
end
public class ChartDataPointValues extends ReportObject
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.ChartDataPointValues
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also