Gets or sets the minimum distance from the data point that data point labels can be moved to prevent overlapping.

Default: 23 pt.

Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public RdlSize MinMovingDistance { get; set; }
Visual Basic
Public Property MinMovingDistance As RdlSize
	Get
	Set

See Also