Platforms to show: All Mac Windows Linux Cross-Platform

CDThreeDScatterGroupMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class ChartDirector MBS ChartDirector Plugin 12.3 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The ThreeDScatterGroup class represents a group of scatter symbols in a ThreeDScatterChart object.

This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

  • 16 methods
    • method Constructor   Private
    • method setDataSymbol(DrawArea as CDDrawAreaMBS)
    • method setDataSymbol(file as folderitem)
    • method setDataSymbol(ImageFilePath as string)
    • method setDataSymbol(pic as Picture)
    • method setDataSymbol(polygon() as Integer, size as Integer = 11, fillColor as color, edgeColor as color)
    • method setDataSymbol(polygon() as Integer, size as Integer = 11, fillColor as Integer = -1, edgeColor as Integer = -1)
    • method setDataSymbol(symbol as Integer, size as Integer = 5, fillColor as Integer = -1, edgeColor as Integer = -1, lineWidth as Integer = 1)
    • method setDataSymbol(symbol as Integer, size as Integer, fillColor as color)
    • method setDataSymbol(symbol as Integer, size as Integer, fillColor as color, edgeColor as color, lineWidth as Integer = 1)
    • method setDropLine
    • method setDropLine(dropLineColor as color, dropLineWidth as Integer = 1)
    • method setDropLine(dropLineColor as Integer, dropLineWidth as Integer = 1)
    • method setLegendIcon(width as Integer, height as Integer = -1, color as Integer = -1)
    • method setLegendIcon(width as Integer, height as Integer, color as color)
    • method setSymbolOffset(offsetX as Integer, offsetY as Integer)

This class has no sub classes.

Some methods using this class:

  • CDThreeDScatterChartMBS.addScatterGroup(xData() as Double, yData() as Double, zData() as Double, name as string = "", symbol as Integer = 7, symbolSize as Integer = 5, fillcolor as Integer = -1, edgeColor as Integer = -1) as CDThreeDScatterGroupMBS
  • CDThreeDScatterChartMBS.addScatterGroup(xData() as Double, yData() as Double, zData() as Double, name as string, symbol as Integer, symbolSize as Integer, fillcolor as color, edgeColor as color) as CDThreeDScatterGroupMBS

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS ChartDirector Plugin.


CDThreeDScatterChartMBS   -   CDTreeMapChartMBS


The biggest plugin in space...