Platforms to show: All Mac Windows Linux Cross-Platform

CDSectorMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
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


The biggest plugin in space...