ChartSmartLabel.CalloutLineAnchor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Shape that should be drawn on the point end of the callout line.
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartCalloutLineAnchorTypes> CalloutLineAnchor { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartCalloutLineAnchorTypes> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ChartCalloutLineAnchorTypes> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartCalloutLineAnchorTypes> CalloutLineAnchor { get; set; }
member this.CalloutLineAnchor : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ChartCalloutLineAnchorTypes> with get, set
Public Property CalloutLineAnchor As ReportExpression(Of ChartCalloutLineAnchorTypes)
Property Value
A ReportExpression<T> object.