Description
A label to be placed next to each tic mark placed in the EdgeTicMarksAsMcLines
-
Property type
-
A String value.
-
Syntax
-
object.TicMarkLabel [= value]
The TicMarkLabel Property syntax has these parts: |
| object | An expression evaluating to an object of type McProfileEdges. | | value | A String value. | Remarks
The label is blank by default.
On assignment, the built-in EdgeTicMarksAsMcLines (the default one accessed as the EdgeTicMarksAsMcLines property) is automatically updated with the new tic mark label, but sub-set McLines created by passing a selector to EdgeTicMarksAsMcLines are not automatically updated.
|