Share via


ChartDataPointValuesInstance Class

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

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.BaseInstance
    Microsoft.ReportingServices.OnDemandReportRendering.ChartDataPointValuesInstance

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.