ChartAllowOutsideChartArea Enumeration

Specifies whether data point labels can be drawn outside of the plot area.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public Enumeration ChartAllowOutsideChartArea
'Usage
Dim instance As ChartAllowOutsideChartArea
public enum ChartAllowOutsideChartArea
public enum class ChartAllowOutsideChartArea
type ChartAllowOutsideChartArea
public enum ChartAllowOutsideChartArea

Members

Member name Description
False Labels must be entirely inside the plot area.
Partial Labels are allowed to be partially outside the plot area.
True Labels are allowed to be entirely outside the plot area.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace