CDDataSetMBS 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
CDDataSetMBS class
The DataSet class represents data sets.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 26 methods
- method Constructor Private
- method getDataColor as Integer
- method getDataName as string
- method getLegendIcon as string
- method getPosition(i as Integer) as Double
- method getUseYAxis as CDAxisMBS
- method getValue(i as Integer) as Double
- method setData(data() as Double)
- method setDataColor(dataColor as color, edgeColor as color, shadowColor as color, shadowEdgeColor as color)
- method setDataColor(dataColor as Integer, edgeColor as Integer = -1, shadowColor as Integer = -1, shadowEdgeColor as Integer = -1)
- method setDataLabelFormat(formatString as string)
- method setDataLabelStyle(font as string = "", fontsize as Double = 8, fontcolor as Integer = 0, fontangle as Double = 0) as CDTextBoxMBS
- method setDataLabelStyle(font as string, fontsize as Double, fontcolor as color, fontangle as Double = 0) as CDTextBoxMBS
- method setDataName(name as string)
- method setDataSymbol(drawobj 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 Integer = -1, edgeColor as Integer = -1)
- method setDataSymbol(polygon() as Integer, size as Integer, fillcolor as color, edgeColor as color)
- 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, edgeColor as color, lineWidth as Integer = 1)
- method setLineWidth(w as Integer)
- method setSymbolOffset(offsetX as Integer, offsetY as Integer)
- method setUseYAxis(axis as CDAxisMBS)
- method setUseYAxis(b as boolean=true)
This class has no sub classes.
Some methods using this class:
Some examples using this class:
Blog Entries
Xojo Developer Magazine
Release notes
The items on this page are in the following plugins: MBS ChartDirector Plugin.
CDDataAcceleratorMBS
-
CDDiscreteHeatMapLayerMBS