CDThreeDScatterGroupMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
CDThreeDScatterGroupMBS class
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