Share via


ChartArea Class

Represents a chart area to be drawn within a chart data region.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class ChartArea _
    Inherits ReportObject
'Usage
Dim instance As ChartArea
public class ChartArea : ReportObject
public ref class ChartArea : public ReportObject
type ChartArea =  
    class
        inherit ReportObject
    end
public class ChartArea extends ReportObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.ChartArea

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.