共用方式為


ChartSmartLabel.AllowOutSidePlotArea 屬性

Gets an expression that evaluates to a value that indicates whether data point labels can be drawn outside of the plot area.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property AllowOutSidePlotArea As ReportEnumProperty(Of ChartAllowOutsideChartArea)
    Get
'用途
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>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAllowOutsideChartArea>
A ReportEnumProperty<EnumType> object.

請參閱

參考

ChartSmartLabel 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間