ChartDataLabel.Position Property

Definition

Gets an expression that evaluates to the position of the label.

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartDataLabelPositions> ^ Position { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::ChartDataLabelPositions> ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabelPositions> Position { get; }
member this.Position : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabelPositions>
Public ReadOnly Property Position As ReportEnumProperty(Of ChartDataLabelPositions)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to