PieSeriesDataAdapter Properties
Provides the data for the PieChartView series.| Name | Description |
|---|---|
| DataSource | Gets or sets the data source for the chart. Inherited from DataSourceAdapterBase. |
| LabelDataMember | Gets or sets the data source member that provides the data for the chart labels. |
| ValueDataMember | Gets or sets the name of the data field that contains series point values. |
See Also