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

Attributes

AttributeTypeDescription
category-fieldStringThe field which represents the configuration of the series.categoryField.
columnsString[]Specifies the columns to be used for the ChartWizard component. An array of strings should be provided.
dataIEnumerableSpecifies 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-typeChartWizardSeriesTypeSpecifies the series type.
value-fieldStringThe field which represents the configuration of the series.valueField.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support