Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a value that indicates which aspects of the chart area should be aligned with the target chart area.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartAlignType As ChartAlignType
Get
Set
'Usage
Dim instance As ChartArea
Dim value As ChartAlignType
value = instance.ChartAlignType
instance.ChartAlignType = value
public ChartAlignType ChartAlignType { get; set; }
public:
property ChartAlignType^ ChartAlignType {
ChartAlignType^ get ();
void set (ChartAlignType^ value);
}
member ChartAlignType : ChartAlignType with get, set
function get ChartAlignType () : ChartAlignType
function set ChartAlignType (value : ChartAlignType)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ChartAlignType
A ChartAlignType object.