MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The class CDSplineLayerMBS
class CDSplineLayerMBS
MBS ChartDirector Plugin (ChartDirector), super class: CDLineLayerMBS
class, ChartDirector, MBS ChartDirector Plugin (ChartDirector), class CDSplineLayerMBS, Console safe, Plugin version: 8.2, Mac OS X: Works, Windows: Works, Linux x86: Works, Feedback.
Function: The SplineLayer class represents spline layers.
Notes:
In the current version of ChartDirector, SplineLayer is implemented as a special configuration of LineLayer.
Subclass of the CDLineLayerMBS class.
Function: The SplineLayer class represents spline layers.
Notes:
In the current version of ChartDirector, SplineLayer is implemented as a special configuration of LineLayer.
Subclass of the CDLineLayerMBS class.
- method setTension(tension as double)
Methods, properties and events inherited from super classes:
- method setSymbolScale(zDataX() as double, scaleTypeX as integer, zDataY() as double, scaleTypeY as integer=0)
- method setSymbolScale(zDataX() as double, scaleTypeX as integer=0)
- method getLine(dataSet as integer=0) as CDLineObjMBS
- method setImageMapWidth(Width as integer)
- method setGapColor(lineColor as integer, lineWidth as integer=-1)
- class class CDLineLayerMBS
- method addExtraField(texts() as string)
- method setBorderColor(colorvalue as integer, raisedEffect as integer=0)
- method addDataGroup(name as string)
- method addDataSet(data as CDArrayMBS, colorvalue as integer=-1, name as string="") as CDDataSetMBS
- method addDataSet(data() as double, colorvalue as integer=-1, name as string="") as CDDataSetMBS
- method alignLayer(layer as CDLayerMBS, dataSet as integer)
- method addExtraField(numbers() as double)
- method yZoneColor(threshold as double, belowColor as integer, aboveColor as integer, yAxis as CDAxisMBS) as integer
- method yZoneColor(threshold as double, belowColor as integer, aboveColor as integer, yAxis as boolean=true) as integer
- method setDataLabelStyle(font as string="", fontSize as double=8, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method setDataLabelFormat(formatString as string)
- method setXData(data as CDArrayMBS)
- method setHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="")
- method xZoneColor(threshold as double, belowColor as integer, aboveColor as integer) as integer
- method setXData(minValue as double, maxValue as double)
- method setXData(data() as double)
- method setDataCombineMethod(m as integer)
- method setUseYAxis(axis as CDAxisMBS)
- method setLegend(m as integer)
- method getYCoor(value as double, axis as boolean=true) as integer
- method getXCoor(value as double) as integer
- method getYCoor(value as double, axis as CDAxisMBS) as integer
- method getDataSet(dataSet as integer) as CDDataSetMBS
- method setLineWidth(w as integer)
- method setUseYAxis2(b as boolean=true)
- method setLegendOrder(dataSetOrder as integer, layerOrder as integer=-1)
- class class CDLayerMBS
- method getImageCoor(dataSet as integer, dataItem as integer=&h80000001, offsetX as integer=0, offsetY as integer=0) as string
- method addCustomGroupLabel(dataGroup as integer, dataItem as integer, label as string, font as string ="", fontSize as double = 8, fontColor as integer = &hffff0002, fontAngle as double=0)
- method set3D(d as integer=-1, zGap as integer=0)
- method getImageCoor2(dataItem as integer, offsetX as integer=0, offsetY as integer=0) as string
- method getHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="", offsetX as integer=0, offsetY as integer=0) as string
- method setAggregateLabelStyle(font as string="", fontSize as double=8, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method addCustomDataLabel(dataSet as integer, dataItem as integer, label as string, font as string ="", fontSize as double = 8, fontColor as integer = &hffff0002, fontAngle as double=0)
- method setAggregateLabelFormat(formatString as string)
- method addCustomAggregateLabel(dataItem as integer, label as string, font as string ="", fontSize as double = 8, fontColor as integer = &hffff0002, fontAngle as double=0)
Some examples which use this class:
The items on this page are in the following plugins: MBS ChartDirector Plugin.