ChartRangeControlClientDataProvider Properties
The class that is used to supply data to a chart range control client.| Name | Description |
|---|---|
| ArgumentDataMember | Gets or sets the name of the data field that contains the arguments of the chart range control client’s points. |
| DataSource | Gets or sets the chart range control client provider’s data source. |
| SeriesDataMember | Gets or sets the name of the data field whose values are used to automatically generate and populate the series of a chart range control client. |
| TemplateView | Specifies a chart client template view type for the range control. |
| ValueDataMember | Gets or sets the name of the data field that contains the point values of a chart range control client. |
See Also