Compartir a través de


AllowOutSidePlotArea Propiedad

Indicates whether datapoint labels can be drawn outside of the plot area.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property AllowOutSidePlotArea As ReportEnumProperty(Of ChartAllowOutsideChartArea)
    Get
'Uso
Dim instance As ChartSmartLabel
Dim value As ReportEnumProperty(Of ChartAllowOutsideChartArea)

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