Share via


ChartDataLabelInstance.Position Property

Gets the calculated value of the Position property in a ChartDataLabel class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Position As ChartDataLabelPositions 
    Get
'Usage
Dim instance As ChartDataLabelInstance 
Dim value As ChartDataLabelPositions 

value = instance.Position
public ChartDataLabelPositions Position { get; }
public:
property ChartDataLabelPositions Position {
    ChartDataLabelPositions get ();
}
member Position : ChartDataLabelPositions
function get Position () : ChartDataLabelPositions

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartDataLabelPositions
A ChartDataLabelPositions value that represents the calculated value of the Position property.

See Also

Reference

ChartDataLabelInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace