ImageEn, unit iexRulers
TIEViewRulerParams.MinLabelSpacing
TIEViewRulerParams
.MinLabelSpacing
Declaration
property MinLabelSpacing: integer;
Description
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
Example
ImageEnView1.RulerParams.MinLabelSpacing := 0;
Loading contents...