Propriété ChartAlignType
Gets a value that indicates which aspects of the chart area should be aligned with the target chart area.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ChartAlignType As ChartAlignType
Get
'Utilisation
Dim instance As ChartArea
Dim value As ChartAlignType
value = instance.ChartAlignType
public ChartAlignType ChartAlignType { get; }
public:
property ChartAlignType^ ChartAlignType {
ChartAlignType^ get ();
}
member ChartAlignType : ChartAlignType
function get ChartAlignType () : ChartAlignType
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ChartAlignType
A ChartAlignType object.
Voir aussi