Name | Description | |
---|---|---|
Adds the specified DataChangedListener instance to this DataBoundSeries. |
||
|
||
|
||
Gets the data source this DataBoundSeries is bound to. |
||
Implements Series.getDimensions. Returns the number of XDataField/YDataField/ZDataField properties that are set. |
||
Gets the name of the field in the data source that provides data for the inner labels. |
||
Implements Series.getLabel. Returns the label for the specified data item in the data source. |
||
Gets the name of the field in the data source that provides data for the outer labels. |
||
Implements Series.getSize. Gets the number of data items in the data source. |
||
Implements Series.getSupportedLabels. Returns the types of labels supported by this DataBoundSeries. |
||
Implements Series.getTitle. Gets the title of this series. |
||
Gets the name of the field in the data source that provides data for the tool tips. |
||
Implements Series.getValue. Returns the value for the specified data item in the data source. |
||
Gets the name of the field in the data source that provides data for the labels at the X-axis. |
||
Gets the name of the field in the data source that provides data for the X-coordinates of the Series points. |
||
Gets the name of the field in the data source that provides data for the labels at the Y-axis. |
||
Gets the name of the field in the data source that provides data for the Y-coordinate of the points in the Series. |
||
Gets the name of the field in the data source that provides data for the labels at the Z-axis. |
||
Gets the name of the field in the data source that provides data for the Z-coordinate of points in the Series. |
||
Implements Series.isEmphasized. DataBoundSeries always returns false. |
||
Implements Series.isSorted. Gets a value indicating whether the Series values increase monotonously in the specified dimension. |
||
Removes the specified DataChangedListener. |
||
Sets the data source this DataBoundSeries is bound to. |
||
Sets the name of the field in the data source that provides data for the inner labels. |
||
Sets the name of the field in the data source that provides data for the outer labels. |
||
Sets the title of this DataBoundSeries. |
||
Sets the name of the field in the data source that provides data for the tool tips. |
||
Sets the name of the field in the data source that provides data for the labels at the X-axis. |
||
Sets the name of the field in the data source that provides data for X-coordinates of points in this DataBoundSeries. |
||
Sets the name of the field in the data source that provides data for the labels at the Y-axis. |
||
Sets the name of the field in the data source that provides data for calculating the Y-coordinates of points in this DataBoundSeries. |
||
Sets the name of the field in the data source that provides data for the labels at the Z-axis. |
||
Sets the name of the field in the data source that provides data for calculating the Z-coordinates of points in this DataBoundSeries. |
Name | Description | |
---|---|---|
Raises an event that signalizes that the Series data has changed. |