Partilhar via


Classe ChartArea

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

Hierarquia de herança

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

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

Sintaxe

'Declaração
Public NotInheritable Class ChartArea _
    Inherits ChartObjectCollectionItem(Of ChartAreaInstance) _
    Implements IROMStyleDefinitionContainer
'Uso
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

O tipo ChartArea expõe os membros a seguir.

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.ReportingServices.OnDemandReportRendering