Represents a series whose data items are retrieved from a data source.
The following tables list the members exposed by the DataBoundSeries type.
Name | Description | |
---|---|---|
Initializes a new instance of the DataBoundSeries class. |
Name | Description | |
---|---|---|
Gets or sets the data source this series is bound to. |
||
Gets or sets the format of the values in the series if they are of type DateTime. |
||
Implements Series.Dimensions. Returns the number of X/Y/ZDataField properties set. |
||
Gets or sets the name of inner labels data field in the data source. |
||
Gets or sets the name of outer labels data field in the data source. |
||
Implements Series.Size. Gets the number of data items in the data source. |
||
Implements Series.SupportedLabels. Result depends on which *LabelsDataField properties are set. |
||
Implements Series.Title. Gets or sets the title of this series. |
||
Gets or sets the name of tooltips data field in the data source. |
||
Gets or sets the name of X axis labels data field in the data source. |
||
Gets or sets the name of X data field in the data source. |
||
Gets or sets the name of Y axis labels data field in the data source. |
||
Gets or sets the name of Y data field in the data source. |
||
Gets or sets the name of Z axis labels data field in the data source. |
||
Gets or sets the name of Z data field in the data source. |
Name | Description | |
---|---|---|
Implements Series.GetLabel. Returns a label for the specified data item in the data source. |
||
Implements Series.GetValue. Returns a value for the specified data item in the data source. |
||
Implements Series.IsEmphasized. DataBoundSeries always returns false. |
||
Implements Series.IsSorted. Gets a value indicating whether the series values increase monotonously in specified dimension. |
Name | Description | |
---|---|---|
Raises the DataChanged event. |
Name | Description | |
---|---|---|
Implements Series.DataChanged. Raised when the values in this series change. |