ChartArea Class

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ChartObjectCollectionItem<ChartAreaInstance>
    Microsoft.ReportingServices.OnDemandReportRendering.ChartArea

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

Syntax

'Declaration
Public NotInheritable Class ChartArea _
    Inherits ChartObjectCollectionItem(Of ChartAreaInstance) _
    Implements IROMStyleDefinitionContainer
'Usage
Dim instance As ChartArea
public sealed class ChartArea : ChartObjectCollectionItem<ChartAreaInstance>, 
    IROMStyleDefinitionContainer
public ref class ChartArea sealed : public ChartObjectCollectionItem<ChartAreaInstance^>, 
    IROMStyleDefinitionContainer
[<SealedAttribute>]
type ChartArea =  
    class
        inherit ChartObjectCollectionItem<ChartAreaInstance>
        interface IROMStyleDefinitionContainer
    end
public final class ChartArea extends ChartObjectCollectionItem<ChartAreaInstance> implements IROMStyleDefinitionContainer

The ChartArea type exposes the following members.

Properties

  Name Description
Public property AlignOrientation Gets a value that indicates in which directions the chart area should be aligned with the target chart area.
Public property AlignWithChartArea Gets the name of a chart area with which to align this chart area.
Public property CategoryAxes Gets the categoy axes of the chart area.
Public property ChartAlignType Gets a value that indicates which aspects of the chart area should be aligned with the target chart area.
Public property ChartElementPosition Gets the custom position for the chart area.
Public property ChartInnerPlotPosition Gets the custom position for the inner plot area.
Public property EquallySizedAxesFont Gets a value that indicates the same font size should be used for all axes if the font size is automatic.
Public property Hidden Gets a value that indicates whether the chart area should be hidden.
Public property Instance Gets the report instance object that contains the calculated values of this report definition object.
Public property Name Gets the name of the chart area.
Public property Style Gets the style properties of this report definition object.
Public property ThreeDProperties Gets the 3-D properties for the chart area.
Public property ValueAxes Gets the value axes for the chart area.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_instance Infrastructure. (Inherited from ChartObjectCollectionItem<T>.)

Top

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.