Partager via


Propriété ChartSmartLabelInstance.AllowOutSidePlotArea

Gets the calculated value of the AllowOutSidePlotArea property in a ChartSmartLabel class.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property AllowOutSidePlotArea As ChartAllowOutsideChartArea 
    Get
'Utilisation
Dim instance As ChartSmartLabelInstance 
Dim value As ChartAllowOutsideChartArea 

value = instance.AllowOutSidePlotArea
public ChartAllowOutsideChartArea AllowOutSidePlotArea { get; }
public:
property ChartAllowOutsideChartArea AllowOutSidePlotArea {
    ChartAllowOutsideChartArea get ();
}
member AllowOutSidePlotArea : ChartAllowOutsideChartArea
function get AllowOutSidePlotArea () : ChartAllowOutsideChartArea

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ChartAllowOutsideChartArea
A ChartAllowOutsideChartArea value that represents the calculated value of the AllowOutSidePlotArea property.

Voir aussi

Référence

ChartSmartLabelInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering