共用方式為


ChartSmartLabel.MaxMovingDistance 屬性

Gets an expression that evaluates to the maximum distance from the data point that data point labels are allowed to be moved in case of overlapping.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property MaxMovingDistance As ReportSizeProperty 
    Get
'用途
Dim instance As ChartSmartLabel 
Dim value As ReportSizeProperty 

value = instance.MaxMovingDistance
public ReportSizeProperty MaxMovingDistance { get; }
public:
property ReportSizeProperty^ MaxMovingDistance {
    ReportSizeProperty^ get ();
}
member MaxMovingDistance : ReportSizeProperty
function get MaxMovingDistance () : ReportSizeProperty

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

請參閱

參考

ChartSmartLabel 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間