CDPyramidLayerMBS 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
CDPyramidLayerMBS class
The PyramidLayer class represents pyramid layers (including cone and funnel layers).
The PyramidLayer object is obtained using PyramidChart.getLayer.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 17 methods
- method Constructor Private
- method setCenterLabel(labelTemplate as string = "", font as string = "", fontSize as Double = 8, fontColor as Integer = -1) as CDTextBoxMBS
- method setCenterLabel(labelTemplate as string, font as string, fontSize as Double, fontColor as color) as CDTextBoxMBS
- method setColor(ColorValue as color)
- method setColor(ColorValue as Integer)
- method setJoinLine(ColorValue as color, width as Integer = -1)
- method setJoinLine(ColorValue as Integer, width as Integer = -1)
- method setJoinLineGap(pyramidGap as Integer)
- method setJoinLineGap(pyramidGap as Integer, pyramidMargin as Integer)
- method setJoinLineGap(pyramidGap as Integer, pyramidMargin as Integer, textGap as Integer)
- method setLayerBorder(ColorValue as color, width as Integer = -1)
- method setLayerBorder(ColorValue as Integer, width as Integer = -1)
- method setLayerGap(layerGap as Double)
- method setLeftLabel(labelTemplate as string = "", font as string = "", fontSize as Double = 8, fontColor as Integer = -1) as CDTextBoxMBS
- method setLeftLabel(labelTemplate as string, font as string, fontSize as Double, fontColor as color) as CDTextBoxMBS
- method setRightLabel(labelTemplate as string = "", font as string = "", fontSize as Double = 8, fontColor as Integer = -1) as CDTextBoxMBS
- method setRightLabel(labelTemplate as string, font as string, fontSize as Double, fontColor as color) as CDTextBoxMBS
This class has no sub classes.
Some methods using this class:
The items on this page are in the following plugins: MBS ChartDirector Plugin.
CDPyramidChartMBS
-
CDRadialAxisMBS