Compartir a través de


MinMovingDistance Propiedad

The minimum distance from the data point that data point labels will be moved in case of overlapping.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MinMovingDistance As ReportSizeProperty
    Get
'Uso
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