ChartData Class
Represents the segmentation of the data into multiple series.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class ChartData _
Inherits DataRegionBody
'Usage
Dim instance As ChartData
public class ChartData : DataRegionBody
public ref class ChartData : public DataRegionBody
type ChartData =
class
inherit DataRegionBody
end
public class ChartData extends DataRegionBody
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.DataRegionBody
Microsoft.ReportingServices.RdlObjectModel.ChartData
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.