ChartSmartLabelInstance.CalloutLineAnchor Property
Gets the calculated value of the CalloutLineAnchor property in a ChartSmartLabel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CalloutLineAnchor As ChartCalloutLineAnchor
Get
'Usage
Dim instance As ChartSmartLabelInstance
Dim value As ChartCalloutLineAnchor
value = instance.CalloutLineAnchor
public ChartCalloutLineAnchor CalloutLineAnchor { get; }
public:
property ChartCalloutLineAnchor CalloutLineAnchor {
ChartCalloutLineAnchor get ();
}
member CalloutLineAnchor : ChartCalloutLineAnchor
function get CalloutLineAnchor () : ChartCalloutLineAnchor
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ChartCalloutLineAnchor
A ChartCalloutLineAnchor value that represents the calculated value of the CalloutLineAnchor property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace