ChartSmartLabel.MarkerOverlapping Propiedad
Gets an expression that evaluates to a value that indicates point labels are allowed to overlap point markers.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property MarkerOverlapping As ReportBoolProperty
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering