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

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.