Specifies the minimum spacing between (the center of) labels. To reduce crowding, labels positioned closer than this are not shown.

If MinLabelSpacing is 0 then labels are always drawn.

Default: 30

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int MinLabelSpacing { get; set; }
Public Property MinLabelSpacing As Integer
	Get
	Set
public:
property int MinLabelSpacing {
	int get ();
	void set (int value);
}

See Also