Platforms to show: All Mac Windows Linux Cross-Platform

CDPolarLayerMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class ChartDirector MBS ChartDirector Plugin 8.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The PolarLayer class is the base class for all PolarChart layer classes.

This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

  • 25 methods
    • method addCustomDataLabel(i as Integer, label as string, font as string = "", fontSize as Double = 8, fontColor as Integer = &hffff0002, fontAngle as Double = 0) as CDTextBoxMBS
    • method addCustomDataLabel(i as Integer, label as string, font as string, fontSize as Double, fontColor as color, fontAngle as Double = 0) as CDTextBoxMBS
    • method Constructor   Private
    • method getHTMLImageMap(url as string, queryFormat as string = "", extraAttr as string = "", offsetX as Integer = 0, offsetY as Integer = 0) as string
    • method getImageCoor(dataItem as Integer, offsetX as Integer = 0, offsetY as Integer = 0) as string
    • method setAngles(data() as Double)
    • method setBorderColor(edgeColor as color)
    • method setBorderColor(edgeColor as Integer)
    • method setData(data() as Double, colorvalue as color, name as string = "")
    • method setData(data() as Double, colorvalue as Integer = -1, name as string = "")
    • 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 setDataSymbol(area as CDDrawAreaMBS)
    • method setDataSymbol(image as folderitem)
    • 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 Integer = -1)
    • method setDataSymbol(symbol as Integer, size as Integer = 7, 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 setHTMLImageMap(url as string, queryFormat as string = "", extraAttr as string = "")
    • method setImageMapWidth(width as Integer)
    • method setLineWidth(w as Integer)
    • method setSymbolOffset(offsetX as Integer, offsetY as Integer)
    • method setSymbolScale(data() as Double, scaleType as Integer = 0)

Sub classes:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS ChartDirector Plugin.


CDPolarChartMBS   -   CDPolarLineLayerMBS


The biggest plugin in space...