ChartWizardStateSettingsTagHelper
Example
Razor
<state>
<area></area>
<initial-series></initial-series>
<legend></legend>
<stack />
<state-category-axis></state-category-axis>
<state-series></state-series>
<state-value-axis></state-value-axis>
<subtitle />
<title />
</state>
ChildTags
| Tag Name | Details |
|---|---|
| area | ChartWizardStateAreaSettingsTagHelper |
| initial-series | ChartWizardStateSettingsInitialSeriesTagHelperCollection |
| legend | ChartWizardStateLegendSettingsTagHelper |
| stack | ChartWizardStateStackSettingsTagHelper |
| state-category-axis | ChartWizardStateSettingsCategoryAxisTagHelperCollection |
| state-series | ChartWizardStateSettingsSeriesTagHelperCollection |
| state-value-axis | ChartWizardStateSettingsValueAxisTagHelperCollection |
| subtitle | ChartWizardStateSubtitleSettingsTagHelper |
| title | ChartWizardStateTitleSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| category-field | String | The field which represents the configuration of the series.categoryField. |
| columns | String[] | Specifies the columns to be used for the ChartWizard component. An array of strings should be provided. |
| data | IEnumerable | Specifies the data to be visualized in ChartWizard component. ChartWizard component needs a specific type of data(ChartWizardDataRow) to work as expected. This type of data, which is an array consists of single or multiple arrays of Objects, which have the field and value properties. |
| series-type | ChartWizardSeriesType | Specifies the series type. |
| value-field | String | The field which represents the configuration of the series.valueField. |