Chart Class
Represents a set of chart areas to be drawn as a single data visualization data region. The chart is defined much like a tablix, but instead of columns, rows, and cells, the chart has categories, series, and data points.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class Chart _
Inherits DataRegion
'Usage
Dim instance As Chart
public sealed class Chart : DataRegion
public ref class Chart sealed : public DataRegion
[<SealedAttribute>]
type Chart =
class
inherit DataRegion
end
public final class Chart extends DataRegion
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
Microsoft.ReportingServices.OnDemandReportRendering.ReportItem
Microsoft.ReportingServices.OnDemandReportRendering.DataRegion
Microsoft.ReportingServices.OnDemandReportRendering.Chart
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.