AllowOutSidePlotArea 属性
Indicates whether datapoint 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< (Of < ( <'ChartAllowOutsideChartArea> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.