[]
Bind the axis with a special data source to customize the labels.
public ChartAxisBuilder<T> Bind(string readActionUrl)
Type | Name | Description |
---|---|---|
string | readActionUrl | The url of the action which is used for reading data |
Type | Description |
---|---|
ChartAxisBuilder<T> | Current builder |
Bind the axis with a special data source to customize the labels.
public ChartAxisBuilder<T> Bind(string bindingFields, string readActionUrl)
Type | Name | Description |
---|---|---|
string | bindingFields | The field for binding with the data source. |
string | readActionUrl | The url of the action which is used for reading data |
Type | Description |
---|---|
ChartAxisBuilder<T> | Current builder |
Bind the axis with a special data source to customize the labels.
public ChartAxisBuilder<T> Bind(IEnumerable<T> sourceCollection)
Type | Name | Description |
---|---|---|
IEnumerable<T> | sourceCollection | The data source |
Type | Description |
---|---|
ChartAxisBuilder<T> | Current builder |
Bind the axis with a special data source to customize the labels.
public ChartAxisBuilder<T> Bind(string bindingFields, IEnumerable<T> sourceCollection)
Type | Name | Description |
---|---|---|
string | bindingFields | The field for binding with the data source. |
IEnumerable<T> | sourceCollection | The data source |
Type | Description |
---|---|
ChartAxisBuilder<T> | Current builder |