Share via


ChartInstance Class

Represents an instance type of the Chart class and contains the calculated values of the properties in Chart.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ChartInstance _
    Inherits DynamicImageInstance
'Usage
Dim instance As ChartInstance
public sealed class ChartInstance : DynamicImageInstance
public ref class ChartInstance sealed : public DynamicImageInstance
[<SealedAttribute>]
type ChartInstance =  
    class
        inherit DynamicImageInstance
    end
public final class ChartInstance extends DynamicImageInstance

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.