Share via


ChartSmartLabel.MarkerOverlapping Property

Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MarkerOverlapping As ReportBoolProperty 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

See Also

Reference

ChartSmartLabel Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace