Proprietà MinMovingDistance
The minimum distance from the data point that data point labels will be moved in case of overlapping.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MinMovingDistance As ReportSizeProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSizeProperty
A ReportSizeProperty object.