ChartCategoryAxisSelectSettingsTagHelper
Example
Razor
<select>
<mousewheel />
</select>
ChildTags
| Tag Name | Details |
|---|---|
| mousewheel | ChartCategoryAxisSelectMousewheelSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| from | Object | The lower boundary of the selected range. |
| max | Object | The maximum value which the user can select. |
| min | Object | The minimum value which the user can select. |
| to | Object | The upper boundary of the selected range. |