言語

ChartSmartLabel.MaxMovingDistance プロパティ

定義

データポイントから最大距離を基準に、重複した場合にラベルを移動させられる範囲です。

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> MaxMovingDistance { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportSize> value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> MaxMovingDistance { get; set; }
member this.MaxMovingDistance : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportSize> with get, set
Public Property MaxMovingDistance As ReportExpression(Of ReportSize)

プロパティ値

ReportExpression<T> オブジェクト。

適用対象