ChartAxis.Location Property

Definition

Gets or sets a value that indicates whether the axis is drawn on the default side or on the opposite side.

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)

Property Value

A ReportExpression<T> object.

Applies to