Condividi tramite


Classe ChartArea

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

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ChartArea _
    Inherits ChartObjectCollectionItem(Of ChartAreaInstance) _
    Implements IROMStyleDefinitionContainer
'Utilizzo
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

Nel tipo ChartArea sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering