MinMovingDistance プロパティ

ラベルが重なる場合にデータ ポイント ラベルをデータ ポイントから移動する最小距離。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
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