StockChartNavigatorSettingsTagHelper
Example
Razor
<navigator>
<datasource></datasource>
<hint />
<navigator-category-axis></navigator-category-axis>
<navigator-series></navigator-series>
<pane></pane>
<select></select>
</navigator>
ChildTags
| Tag Name | Details |
|---|---|
| datasource | DataSourceTagHelper |
| hint | StockChartNavigatorHintSettingsTagHelper |
| navigator-category-axis | StockChartNavigatorCategoryAxisSettingsTagHelper |
| navigator-series | ChartSeriesTagHelperCollection |
| pane | StockChartNavigatorPaneSettingsTagHelper |
| select | StockChartNavigatorSelectSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| auto-bind | Boolean | Indicates whether the navigator will call read on the data source initially. Applicable only when using a dedicated navigator data source. |
| datasource-id | String | The Id of the data source. |
| date-field | String | The field containing the point date. It is used as a default field for the navigator axis.The data item field value must be either:####* Date instance####* String parsable by new Date([field value])####* String in ASP.NET JSON format, i.e. "/Date(1320825600000-0800)/" |
| position | ChartNavigatorPosition | Specifies the navigator position. |
| visible | Boolean | The visibility of the navigator. |