Compartir a través de


Clase ChartArea

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartObjectCollectionItem< (Of < ( <'ChartAreaInstance> ) > ) >
    Microsoft.ReportingServices.OnDemandReportRendering..::..ChartArea

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo ChartArea expone los siguientes miembros.

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Campos

  Nombre Descripción
Campo protegido m_instance Infraestructura. (Se hereda de ChartObjectCollectionItem< (Of < ( <'T> ) > ) >.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.