Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the calculated value of the AllowOutSidePlotArea property in a ChartSmartLabel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property AllowOutSidePlotArea As ChartAllowOutsideChartArea
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartAllowOutsideChartArea
A ChartAllowOutsideChartArea value that represents the calculated value of the AllowOutSidePlotArea property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace