StockChartNavigatorHintSettingsTagHelper
Example
Razor
<hint/>
Attributes
| Attribute | Type | Description |
|---|---|---|
| format | String | The format of the hint. |
| template | String | The hint template. Template variables: from - The lower boundary of the selected range or to - Theupper boundary of the selected range. |
| template-handler | String | The hint template. Template variables: from - The lower boundary of the selected range or to - Theupper boundary of the selected range. This option expects the name of a JavaScript function that will be called to return the template. |
| template-id | String | The hint template. Template variables: from - The lower boundary of the selected range or to - Theupper boundary of the selected range. This option expects the ID of the script element that contains the template. |
| template-view | IHtmlContent | The hint template. Template variables: from - The lower boundary of the selected range or to - Theupper boundary of the selected range. This option expects the instance containing the created HTML. |
| visible | Boolean | The visibility of the hint. |