Compartir a través de


ChartSmartLabel.MinMovingDistance Propiedad

Gets an expression that evaluates to 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

Valor de la propiedad

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

Vea también

Referencia

ChartSmartLabel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering