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