CDPolarSplineAreaLayerMBS 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
CDPolarSplineAreaLayerMBS class
Super class: CDPolarAreaLayerMBS
The PolarSplineAreaLayer class represents polar spline area layers.
Subclass of the CDPolarAreaLayerMBS class.
This is a subclass of 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)
This class has no sub classes.
Some methods using this class:
- CDPolarChartMBS.addSplineAreaLayer(data() as Double, colorvalue as color, name as string = "") as CDPolarSplineAreaLayerMBS
- CDPolarChartMBS.addSplineAreaLayer(data() as Double, colorvalue as Integer = -1, name as string = "") as CDPolarSplineAreaLayerMBS
- CDPolarChartMBS.addSplineAreaLayer(dates() as date, colorvalue as color, name as string = "") as CDPolarSplineAreaLayerMBS
- CDPolarChartMBS.addSplineAreaLayer(dates() as date, colorvalue as Integer = -1, name as string = "") as CDPolarSplineAreaLayerMBS
- CDPolarChartMBS.addSplineAreaLayer(dates() as dateTime, colorvalue as color, name as string = "") as CDPolarSplineAreaLayerMBS
- CDPolarChartMBS.addSplineAreaLayer(dates() as dateTime, colorvalue as integer = -1, name as string = "") as CDPolarSplineAreaLayerMBS
The items on this page are in the following plugins: MBS ChartDirector Plugin.
CDPolarLineLayerMBS
-
CDPolarSplineLineLayerMBS