ChartDataPoint Class
Represents a data point for the chart. A data point may consist of a single value expression (for example in bar or line charts) or multiple value expressions (stock and bubble charts).
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ChartDataPoint _
Inherits DataRegionCell
'Usage
Dim instance As ChartDataPoint
public class ChartDataPoint : DataRegionCell
public ref class ChartDataPoint : public DataRegionCell
type ChartDataPoint =
class
inherit DataRegionCell
end
public class ChartDataPoint extends DataRegionCell
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.DataRegionCell
Microsoft.ReportingServices.RdlObjectModel.ChartDataPoint
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.