ChartArea 类

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

继承层次结构

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

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public NotInheritable Class ChartArea _
    Inherits ChartObjectCollectionItem(Of ChartAreaInstance) _
    Implements IROMStyleDefinitionContainer
用法
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

ChartArea 类型公开以下成员。

属性

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

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

字段

  名称 说明
受保护字段 m_instance 基础结构。 (从 ChartObjectCollectionItem<T> 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。