The DataSet class represents data sets. DataSet objects are created by using
Layer.addDataSet. Existing DataSet objects can be retrieved using
Layer.getDataSet.
Method | Inherited | Description |
setDataName | (Self) | Sets the name of the data set. |
setDataColor | (Self) | Sets the colors used to draw the data set. |
setDataSymbol | (Self) | Uses one of the built-in symbols as the graphics symbol to plot the data points. |
setDataSymbol2 | (Self) | Load an image from a file and use it as the graphics symbol to plot the data points. |
setDataSymbol3 | (Self) | Uses a DrawArea object as the graphics symbol to plot the data points. |
setDataSymbol4 | (Self) | Uses a custom polygon as the graphics symbol to plot the data points. |
setLineWidth | (Self) | Sets the line width of lines when drawing the data set. |
setDataLabelStyle | (Self) | Enables data labels and sets their styles. |
setDataLabelFormat | (Self) | Sets the data label format for the data set. |
setUseYAxis | (Self) | Determine the y-axis to use when drawing the data set. |
setUseYAxis2 | (Self) | Determine if the primary or secondary y-axis should be used when drawing the data set. |
© 2006 Advanced Software Engineering Limited. All rights reserved.