The TickLabFormat property returns or sets the map collar tick mark LabelFormat object.
Syntax
object.TickLabFormat( Inner, Minor )
Parameter |
Type |
Description |
Inner |
Boolean |
optional; true to return the inner tick mark LabelFormat object, false (default) to return the outer tick mark LabelFormat object |
Minor |
Boolean |
optional; true to return the minor tick mark LabelFormat object, false (default) to return the major tick mark LabelFormat object |
Remarks
The map collar tick mark labels are displayed with the SetTicks method.
Example
'TickLabFormat
'Change the outer tick labels to show thousands separators
Collar.TickLabFormat(Inner:=False).Thousands = True
Used by: Collar object