Partager via


Propriété ChartSmartLabel.MinMovingDistance

Gets an expression that evaluates to the minimum distance from the data point that data point labels will 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 MinMovingDistance As ReportSizeProperty 
    Get
'Utilisation
Dim instance As ChartSmartLabel 
Dim value As ReportSizeProperty 

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

Valeur de propriété

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

Voir aussi

Référence

ChartSmartLabel Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering