ChartSmartLabel.MinMovingDistance Property

Gets an expression that evaluates to the minimum distance from the data point that data point labels will be moved in case of overlapping.

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

Syntax

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

Property Value

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

See Also

Reference

ChartSmartLabel Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace