Compartir a través de


ChartAxis.Location Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Location As ReportEnumProperty(Of ChartAxisLocation)
    Get
'Uso
Dim instance As ChartAxis 
Dim value As ReportEnumProperty(Of ChartAxisLocation)

value = instance.Location
public ReportEnumProperty<ChartAxisLocation> Location { get; }
public:
property ReportEnumProperty<ChartAxisLocation>^ Location {
    ReportEnumProperty<ChartAxisLocation>^ get ();
}
member Location : ReportEnumProperty<ChartAxisLocation>
function get Location () : ReportEnumProperty<ChartAxisLocation>

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<ChartAxisLocation>
A ReportEnumProperty<EnumType> object.

Vea también

Referencia

ChartAxis Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering