Share via


ChartSmartLabel.MaxMovingDistance Property

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.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MaxMovingDistance As ReportSizeProperty 
    Get
'Usage
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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

See Also

Reference

ChartSmartLabel Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace