Propriété AlignOrientation
Gets the calculated value of the AlignOrientation property in a ChartArea class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AlignOrientation As ChartAreaAlignOrientations
Get
'Utilisation
Dim instance As ChartAreaInstance
Dim value As ChartAreaAlignOrientations
value = instance.AlignOrientation
public ChartAreaAlignOrientations AlignOrientation { get; }
public:
property ChartAreaAlignOrientations AlignOrientation {
ChartAreaAlignOrientations get ();
}
member AlignOrientation : ChartAreaAlignOrientations
function get AlignOrientation () : ChartAreaAlignOrientations
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAreaAlignOrientations
A ChartAreaAlignOrientations value that represents the calculated value of the AlignOrientation property.