ChartSmartLabel.CalloutBackColor 属性

Gets an expression that evaluates to the fill color of the box around the point label text when the CalloutStyle is 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