SeriesDataBinding Members
Include Protected Members
Include Inherited Members
Provides a class to store the meta data for binding data series to a data source, and implements the series binding functionality.
The SeriesDataBinding type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SeriesDataBinding | Initializes a new instance of the SeriesDataBinding class. |
Top
Properties
Name | Description | |
---|---|---|
ChartAreaName | Gets or sets the name of the ChartArea object used to plot the data series. | |
FormulaType | Gets or sets the data formula type used for determining the series chart type. | |
GroupField | Gets or sets the name of the field used to group data into the series. | |
HasMultipleYValue | Gets the value that indicates whether the YFields property contains multiple values. | |
LegendText | Gets or sets the text of the series item shown in the legend. | |
NewChartArea | Gets or sets a flag indicating whether to create a new chart area. | |
OtherFields | Gets or sets the name of the other data point properties that can be bound. | |
OtherFieldsHashtable | Gets or sets a collection of key/value pairs to hold other data point properties that can be bound. | |
Parameters | Gets or sets the collection of parameters used when rendering a formula based on the series. | |
SeriesName | Gets or sets the name of the series. | |
SeriesType | Gets or sets the chart type for the series. | |
ShowLegend | Gets or sets a flag indicating whether the legend is shown. | |
SortBy | Gets or sets the field used for the sort. | |
Sorting | Gets or sets the order in which the series will be sorted by group field. | |
XField | Gets or sets the name of the field for the X value. | |
YFields | Gets or sets the comma-separated list of the names of the fields for one or more Y values. |
Top