Freigeben über


ChartArea-Klasse

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

Vererbungshierarchie

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

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

Syntax

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

Der ChartArea-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.ReportingServices.OnDemandReportRendering-Namespace