次の方法で共有


ChartSmartLabelInstance.CalloutLineAnchor プロパティ

ChartSmartLabel クラスの CalloutLineAnchor プロパティの計算値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property CalloutLineAnchor As ChartCalloutLineAnchor 
    Get
'使用
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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartCalloutLineAnchor
CalloutLineAnchor プロパティの計算値を表す ChartCalloutLineAnchor 値。

関連項目

参照

ChartSmartLabelInstance クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間