CalloutBackColor プロパティ

CalloutStyle が Box()()()() の場合にデータ ポイント ラベルのテキストを囲むボックスを塗りつぶす色を指定します。

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

構文

'宣言
Public ReadOnly Property CalloutBackColor As ReportColorProperty
    Get
'使用
Dim instance As ChartSmartLabel
Dim value As ReportColorProperty

value = instance.CalloutBackColor
public ReportColorProperty CalloutBackColor { get; }
public:
property ReportColorProperty^ CalloutBackColor {
    ReportColorProperty^ get ();
}
member CalloutBackColor : ReportColorProperty
function get CalloutBackColor () : ReportColorProperty