CDSectorMBS 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
CDSectorMBS class
The Sector class represents sectors.
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 getImageCoor(offsetX as Integer = 0, offsetY as Integer = 0) as string
- method getLabelCoor(offsetX as Integer = 0, offsetY as Integer = 0) as string
- method setColor(colorvalue as color, edgeColor as color, joinLineColor as color)
- method setColor(colorvalue as Integer, edgeColor as Integer = -1, joinLineColor as Integer = -1)
- method setExplode(distance as Integer = -1)
- method setJoinLine(joinLineColor as color, joinLineWidth as Integer = 1)
- method setJoinLine(joinLineColor as Integer, joinLineWidth as Integer = 1)
- method setLabelFormat(formatString as string = "")
- method setLabelLayout(layoutMethod as Integer, pos as Integer = -1)
- method setLabelPos(pos as Integer, joinLineColor as color)
- method setLabelPos(pos as Integer, joinLineColor as Integer = -1)
- method setLabelStyle(font as string = "", fontsize as Double = 8, fontcolor as Integer = &hffff0002) as CDTextBoxMBS
- method setLabelStyle(font as string, fontsize as Double, fontcolor as color) as CDTextBoxMBS
- method setStyle(shadingMethod as Integer, edgeColor as color, edgeWidth as Integer = -1)
- method setStyle(shadingMethod as Integer, edgeColor as Integer = -1, edgeWidth as Integer = -1)
This class has no sub classes.
Some methods using this class:
Some examples using this class:
The items on this page are in the following plugins: MBS ChartDirector Plugin.
CDScatterLayerMBS
-
CDSplineLayerMBS