MarkerOverlapping プロパティ

データ ポイント ラベルとポイント マーカーの重なりが許可されるように指定します。

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

構文

'宣言
Public ReadOnly Property MarkerOverlapping As ReportBoolProperty
    Get
'使用
Dim instance As ChartSmartLabel
Dim value As ReportBoolProperty

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