다음을 통해 공유


MinMovingDistance 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
Public ReadOnly Property MinMovingDistance As ReportSizeProperty
    Get
‘사용 방법
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