Partager via


Propriété MaxMovingDistance

Gets an expression that evaluates to the maximum distance from the data point that data point labels are allowed to be moved in case of overlapping.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MaxMovingDistance As ReportSizeProperty
    Get
'Utilisation
Dim instance As ChartSmartLabel
Dim value As ReportSizeProperty

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