ChartAxis.Location 属性

定义

获取或设置一个值,该值指示轴必须在默认侧绘制还是绘制在相反一侧。

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

属性值

ReportExpression<T> 对象。

适用于