ChartSmartLabel.AllowOutSidePlotArea Property

Definition

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

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartAllowOutSidePlotAreaTypes> AllowOutSidePlotArea { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartAllowOutSidePlotAreaTypes> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartAllowOutSidePlotAreaTypes> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartAllowOutSidePlotAreaTypes> AllowOutSidePlotArea { get; set; }
member this.AllowOutSidePlotArea : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartAllowOutSidePlotAreaTypes> with get, set
Public Property AllowOutSidePlotArea As ReportExpression(Of ChartAllowOutSidePlotAreaTypes)

Property Value

A ReportExpression<T> object.

Applies to