Type | Description | |||
String | A String expression that specifies the format of the label being displayed while the item is moved or resized. It supports HTML format, <%%> tags and <%=formula%> expressions as explained below |
The following screen shot shows the ticker and it's label that displays the start and and time of the "moving" bar
For instance:
The DateTickerLabel supports <%=formula%> expressions, where formula. The formula supports the following keywords:
Also, the formula supports predefined constants and operators/functions as described here.
The DateTickerLabel supports the following built-in tags:
The following tags are displayed based on the user's Regional and Language Options:
The DateTickerLabel property supports the following built-in HTML tags:
The control supports expandable HTML captions feature which allows you to expand(show)/collapse(hide) different information using <a ;exp=> or <a ;e64=> anchor tags. The exp/e64 field of the anchor stores the HTML line/lines to show once the user clicks/collapses/expands the caption.
Any ex-HTML caption can be transformed to an expandable-caption, by inserting the anchor ex-HTML tag. For instance, <solidline><b>Header</b></solidline><br>Line1<r><a ;exp=show lines>+</a><br>Line2<br>Line3 shows the Header in underlined and bold on the first line and Line1, Line2, Line3 on the rest. The show lines is shown instead of Line1, Line2, Line3 once the user clicks the + sign.
or <font ;31><sha 404040;5;0><fgcolor=FFFFFF>outline anti-aliasing</fgcolor></sha></font> gets:
Your application can provide some options to help user while performing moving or resizing at runtime as follow:
*Added: The Chart.DateTickerLabel property property supports <%=formula%> expression to customize the label to be shown for start and/or end margins of the bar being created, moved or resized. The expression (after the = character) supports keywords such as "value" that defines the DATE being displayed (could be start or end), "start" that defines the start-margin of the bar as a DATE type and "end" that defines the end-margin of the bar as a DATE type. For instance,