Поделиться через


Класс 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.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering