Name | Description | |
---|---|---|
Adds the specified DataChangedListener. |
||
Implements Series.getDimensions. Returns 3. |
||
Implements Series.getLabel. Returns an element from the Labels list identified by its kind and index. |
||
Gets the data labels. |
||
Implements Series.getSize. Returns the number of elements in the XData list. |
||
Implements Series.getSupportedLabels. Returns one of the LabelKinds enumeration values. The members allow bitwise combining. |
||
Implements Series.getTitle. Gets the title of this Series3D. |
||
Implements Series.getValue. Returns the value for the specified data item in this Series3D. |
||
Gets the X-coordinates of data items. |
||
Gets the Y-coordinates of data items. |
||
Gets the Z coordinates of data items. |
||
Implements Series.isEmphasized. Returns a value that indicates if the specified data item is drawn as emphasized. |
||
Implements Series.isSorted. |
||
Removes the specified DataChangedListener. |
||
Sets the data labels. |
||
Sets the title of this Series3D. |
||
Sets a list with data values that are used to calculate the X-coordinates of Series3D points. |
||
Sets a list with data values that are used to calculate the Y-coordinates of Series3D points. |
||
Sets a list with data values that are used to calculate the Z-coordinates of Series3D points. |
Name | Description | |
---|---|---|
Raises an event that signalizes that data for this Series2D has changed. |