New to Telerik UI for ASP.NET Core? Download free 30-day trial

StockChartNavigatorSettingsTagHelper

Example

<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:
position ChartNavigatorPosition Specifies the navigator position.
visible Boolean The visibility of the navigator.
In this article
Not finding the help you need?