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 plugin MBS ChartDirector Plugin:
- method setGridColor(hGridColor as integer, vGridColor as integer=&hff000000, minorHGridColor as integer=-1, minorVGridColor as integer=-1)
- method setGridWidth(hGridWidth as integer, vGridWidth as integer=-1, minorHGridWidth as integer=-1, minorVGridWidth as integer=-1)
- method setAltBgColor(horizontal as Boolean, color1 as integer, color2 as integer, edgeColor as integer=-1)
- method set4QBgColor(Q1Color as integer, Q2Color as integer, Q3Color as integer, Q4Color as integer, edgeColor as integer=-1)
- method setBackground(file as folderitem, align as integer=5)
- method setBackground(colorvalue as integer, altBgColor as integer=-1, edgeColor as integer=-1)
- method addZone(startValue as double, endValue as double, colorvalue as integer, label as string="") as CDTextBoxMBS
- method Constructor
- method Constructor(width as integer, height as integer, bgColor as integer=&hffff0000, edgeColor as integer=&hff000000, raisedEffect as integer=0)
- method setRail(railColor as integer, railWidth as integer=2, railOffset as integer=6)
- method setMeter(leftX as integer, topY as integer, width as integer, height as integer, axisPos as integer=4, isReversed as boolean=false)
- method radialGradientColor(cx as integer, cy as integer, rx as integer, ry as integer, startColor as integer, endColor as integer, periodic as boolean=false) as integer
- method radialGradientColor(cx as integer, cy as integer, rx as integer, ry as integer, data() as integer, periodic as boolean=false) as integer
- method setNumberFormat(thousandSeparator as string="~", decimalPointChar as string=".", signChar as string="-")
- method setDefaultFonts(normal as string, bold as string, italic as string, boldItalic as string)
- method getColor(index as integer) as integer
- method setFontTable(index as integer, font as string)
- method getChartMetrics as string
- method getHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="", offsetX as integer=0, offsetY as integer=0) as string
- method setMonthNames(names() as string)
- method setWeekDayNames(names() as string)
- method setAMPM(am as string, pm as string)
- method formatValue(value as double, formatstring as string) as string
- method layoutLegend as CDLegendBoxMBS
- method layout
- method setBorder(colorvalue as integer)
- method gradientColor(colors() as integer, angle as double=90, scale as double=1.0, startX as integer=0, startY as integer=0) as integer
- method gradientColor(startX as integer, startY as integer, endX as integer, endY as integer, startColor as integer, endColor as integer) as integer
- method dashLineColor(colorvalue as integer, patternCode as integer=&h0505) as integer
- method linearGradientColor(startX as integer, startY as integer, endX as integer, endY as integer, startColor as integer, endColor as integer, periodic as boolean=false) as integer
- method linearGradientColor(startX as integer, startY as integer, endX as integer, endY as integer, colors() as integer, periodic as boolean=false) as integer
- method addText(x as integer, y as integer, text as string, font as string="", fontsize as double=8, fontcolor as integer=&hffff0002, alignment as integer=7, angle as double=0, vertical as boolean=false) as CDTextBoxMBS
- method addLine(x1 as integer, y1 as integer, x2 as integer, y2 as integer, colorvalue as integer=&hffff0001, lineWidth as integer=1) as CDLineMBS
- method getDrawArea as CDDrawAreaMBS
- method makeChart as CDDrawAreaMBS
- method patternColor(file as folderitem, startX as integer=0, startY as integer=0) as integer
- method patternColor(colorvalues() as integer, height as integer, startX as integer=0, startY as integer=0) as integer
- method setColor(paletteEntry as integer, colorvalue as integer)
- method setDefaultColors(paletteEntry as integer=0)
- method setWhiteOnBlackColors(paletteEntry as integer=0)
- method setTransparentColors(paletteEntry as integer=0)
- method setColors(paletteEntry as integer, numbers() as integer)
- method setColors(numbers() as integer)
- method halfColor(c as integer) as integer
- method setBackground(colorvalue as integer, edgeColor as integer=&hff000000, raisedEffect as integer=0)
- method setRoundedFrame(extColor as integer=&hFFFFFF, r1 as integer=10, r2 as integer=-1, r3 as integer=-1, r4 as integer=-1)
- method setWallpaper(img as folderitem)
- method setBgImage(img as string, align as integer=5)
- method setTransparentColor(c as integer)
- method setAntiAlias(shapeAntiAlias as Boolean, textAntiAlias as integer)
- method setSearchPath(path as string)
- method addExtraField(texts() as string)
- method addExtraField(numbers() as double)
- method addExtraField(pathes() as folderitem)
- method addTitle(text as string, font as string="", fontsize as double=12, fontColor as integer=&hffff0002, bgColor as integer=&hff000000, edgeColor as integer=&hff000000) as CDTextBoxMBS
- method addTitle(alignment as integer, text as string, font as string="", fontsize as double=12, fontColor as integer=&hffff0002, bgColor as integer=&hff000000, edgeColor as integer=&hff000000) as CDTextBoxMBS
- method makeChartPicture as picture
- method makeChart(format as integer) as string
- method makeChart(path as folderitem) as boolean
- method setSize(width as integer, height as integer)
- method getLegend as CDLegendBoxMBS
- method addLegend(x as integer, y as integer, vertical as boolean=true, font as string="", fontsize as double=10) as CDLegendBoxMBS
- method addLegend(x as integer, y as integer, noOfCols as integer, font as string="", fontsize as double=10) as CDLegendBoxMBS
- shared method goldGradient as integer()
- shared method silverGradient as integer()
- shared method redMetalGradient as integer()
- shared method blueMetalGradient as integer()
- shared method greenMetalGradient as integer()
- shared method testFont(font as string, fontIndex as integer, fontHeight as double, fontWidth as double, angle as double, byref buffer as string) as boolean
- shared method ColorToInteger(c as color, alpha as integer=0) as integer
- shared method RGB(r as integer, g as integer, b as integer, a as integer=0) as integer
- shared method setLicenseCode(n as string, enddate as integer, v1 as integer, v2 as integer)
- shared method StartOfHourFilter(labelStep as integer=1, initialMargin as double=0.05) as integer
- shared method StartOfDayFilter(labelStep as integer=1, initialMargin as double=0.05) as integer
- shared method StartOfWeekFilter(labelStep as integer=1, initialMargin as double=0.05) as integer
- shared method StartOfMonthFilter(labelStep as integer=1, initialMargin as double=0.05) as integer
- shared method StartOfYearFilter(labelStep as integer=1, initialMargin as double=0.05) as integer
- shared method RegularSpacingFilter(labelStep as integer=1, initialMargin as integer=0) as integer
- shared method SelectItemFilter(item as integer) as integer
- shared method NonePassFilter as integer
- shared method AllPassFilter as integer
- shared method kNoValue as double
- shared method kLogTick as double
- shared method kMinorTickOnly as double
- shared method kMicroTickOnly as double
- shared method kTouchBar as double
- shared method chartTime(year as integer, month as integer, day as integer, hour as integer=0, minute as integer=0, second as integer=0) as double
- shared method chartTime(t as integer) as double
- shared method getChartYMD(t as double) as integer
- shared method getChartWeekDay(t as double) as integer
- shared method CrossShape(width as double=0.5) as integer
- shared method Cross2Shape(width as double=0.5) as integer
- shared method PolygonShape(slide as integer) as integer
- shared method Polygon2Shape(slide as integer) as integer
- shared method StarShape(slide as integer) as integer
- shared method GetPath(path as folderitem) as string
- shared method LoadLibrary(path as folderitem) as boolean
- shared method getVersion as integer
- shared method getDescription as string
- shared method getCopyright as string
- shared method isLicensed as boolean
- shared method metalColor(c as integer, angle as integer=90) as integer
- shared method silverColor(angle as integer=90) as integer
- shared method goldColor(angle as integer=90) as integer
- shared method glassEffect(glareSize as integer=3, glareDirection as integer=8, raisedEffect as integer=5) as integer
- shared method softLighting(direction as integer=8, raisedEffect as integer=4) as integer
- method addChart(x as integer, y as integer, c as CDBaseChartMBS)
- method setMainChart(c as CDBaseChartMBS)
- method Constructor(width as integer=640, height as integer=480, bgColor as integer=&hffff0000, edgeColor as integer=&hff000000, raisedEffect as integer=0)
- method setBoxColor(item as integer, boxColor as integer)
- method setBoxColors(colors() as integer)
- method setBoxColors(colors() as integer, names() as string)
- method setWhiskerBrightness(whiskerBrightness as double)
- method addVectorLayer(rdata() as double, adata() as double, lengths() as double, directions() as double, lengthScale as integer=0, colorvalue as integer=-1, name as string="") as CDPolarVectorLayerMBS
- method addSplineLineLayer(data() as double, colorvalue as integer=-1, name as string="") as CDPolarSplineLineLayerMBS
- method addSplineAreaLayer(data() as double, colorvalue as integer=-1, name as string="") as CDPolarSplineAreaLayerMBS
- method addLineLayer(data() as double, colorvalue as integer=-1, name as string="") as CDPolarLineLayerMBS
- method Constructor(width as integer=640, height as integer=480, bgColor as integer=&hffff0000, edgeColor as integer=&hff000000, raisedEffect as integer=0)
- method setGridStyle(polygonGrid as boolean, gridOnTop as boolean=true)
- method setGridColor(rGridColor as integer=&h80000000, rGridWidth as integer=1, aGridColor as integer=&h80000000, aGridWidth as integer=1)
- method setPlotAreaBg(bgColor1 as integer, bgColor2 as integer, altRings as boolean = true)
- method setPlotArea(x as integer, y as integer, r as integer, bgColor as integer=&hff000000, edgeColor as integer=&hff000000, edgeWidth as integer=1)
- method addAreaLayer(data() as double, colorvalue as integer=-1, name as string="") as CDPolarAreaLayerMBS
- method getXCoor(r as double, a as double) as integer
- method getYCoor(r as double, a as double) as integer
- method angularAxis as CDAngularAxisMBS
- method radialAxis as CDRadialAxisMBS
- method setStartAngle(startAngle as double, clockwise as boolean=true)
- method setDataLabelStyle(font as string="", fontsize as double=8, fontcolor as integer=0, fontangle as double=0) as CDTextBoxMBS
- method setDataSymbol(polygon() as integer, size as integer=11, fillcolor as integer=-1, edgeColor as integer=-1)
- method setDataSymbol(drawobj as CDDrawAreaMBS)
- method setData(data() as double)
- method setUseYAxis(axis as CDAxisMBS)
- method setUseYAxis(b as boolean=true)
- method setDataLabelFormat(formatString as string)
- method setDataSymbol(file as folderitem)
- method setDataColor(dataColor as integer, edgeColor as integer=-1, shadowColor as integer=-1, shadowEdgeColor as integer=-1)
- method setDataSymbol(symbol as integer, size as integer=5, fillColor as integer=-1, edgeColor as integer=-1, lineWidth as integer=1)
- method setLineWidth(w as integer)
- method setDataName(name as string)
- method setLabelFormat(formatString as string="")
- method setLabelStyle(font as string="", fontsize as double=8, fontcolor as integer=&hffff0002) as CDTextBoxMBS
- method setExplode(distance as integer=-1)
- method setLabelPos(pos as integer, joinLineColor as integer=-1)
- method setLabelLayout(layoutMethod as integer, pos as integer=-1)
- method setJoinLine(joinLineColor as integer, joinLineWidth as integer=1)
- method setColor(colorvalue as integer, edgeColor as integer=-1, joinLineColor as integer=-1)
- 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 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 setKeyBorder(edgeColor as integer, raisedEffect as integer=0)
- method setKeySpacing(keySpacing as integer, lineSpacing as integer=-1)
- method setKeySize(width as integer=-1, height as integer=-1, gap as integer=-1)
- method addKey(text as string, colorvalue as integer, lineWidth as integer=-1, drawarea as CDDrawAreaMBS=nil)
- method addKey(pos as integer, text as string, colorvalue as integer, lineWidth as integer=-1, drawarea as CDDrawAreaMBS=nil)
- method setReverse(b as boolean=true)
- method setCols(noOfCols as integer)
- method zoomAt(zoomDirection as integer, x as integer, y as integer, zoomRatio as double) as boolean
- method zoomTo(zoomDirection as integer, x1 as integer, y1 as integer, x2 as integer, y2 as integer) as boolean
- method canZoomOut(zoomDirection as integer) as boolean
- method canZoomIn(zoomDirection as integer) as boolean
- method dragTo(scrollDirection as integer, x as integer, y as integer) as boolean
- method inPlotArea(x as integer, y as integer) as boolean
- method setChartMetrics(metrics as string)
- method validateViewPort
- method getZoomInWidthLimit as double
- method getZoomInHeightLimit as double
- method getZoomOutHeightLimit as double
- method getZoomOutWidthLimit as double
- method setZoomInWidthLimit(value as double)
- method setZoomInHeightLimit(value as double)
- method setZoomOutWidthLimit(value as double)
- method setZoomOutHeightLimit(value as double)
- method getViewPortLeft as double
- method getViewPortTop as double
- method getViewPortWidth as double
- method getViewPortHeight as double
- method setViewPortLeft(value as double)
- method setViewPortTop(value as double)
- method setViewPortWidth(value as double)
- method setViewPortHeight(value as double)
- method startDrag
- method Constructor
- method getPlotAreaLeft as integer
- method getPlotAreaTop as integer
- method getPlotAreaWidth as integer
- method getPlotAreaHeight as integer
- method getTicks as CDArrayMBS
- method setMeterColors(axisColor as integer, labelColor as integer=-1, tickColor as integer=-1)
- method setLineWidth(axisWidth as integer, majorTickWidth as integer=1, minorTickWidth as integer=1, microTickWidth as integer=1)
- method setTickLength(majorLen as integer)
- method setTickLength(majorLen as integer, minorLen as integer)
- method setTickLength(majorLen as integer, minorLen as integer, microLen as integer)
- method setLabelFormat(mainLabelFormat as string)
- method setLabelPos(labelInside as boolean, labelOffset as integer=0)
- method setScale(lowerLimit as double, upperLimit as double, majorTickInc as double=0, minorTickInc as double=0, microTickInc as double=0)
- method setScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setScale(lowerLimit as double, upperLimit as double, labels() as double, formatstring as string="")
- method addPointer(value as double, fillColor as integer=&hffff0001, edgeColor as integer=-1) as CDMeterPointerMBS
- method setLabelStyle(font as string="", fontsize as double=-1, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method getCoor(v as double) as integer
- method getLabel(v as double) as string
- method addLabel(v as double, label as string)
- method setFormatCondition(condition as string, operand as double=0)
- method getHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="", offsetX as integer=0, offsetY as integer=0) as string
- method getAxisImageMap(noOfSegments as integer, mapWidth as integer, url as string, queryFormat as string="", extraAttr as string="", offsetX as integer=0, offsetY as integer=0) as string
- method getLabel(i as double) as string
- method getTicks as CDArrayMBS
- method addMark(value as double, lineColor as integer, text as string="", font as string="", fontsize as double=8) as CDMarkMBS
- method setMultiFormat(filter1 as integer, format1 as string, filter2 as integer, format2 as string, labelSpan as integer=1, promoteFirst as boolean=true)
- method setMultiFormat(filter as integer, format as string, labelSpan as integer=1, promoteFirst as boolean=true)
- method setLabelStep(majorTickStep as integer, minorTickStep as integer=0, majorTickOffset as integer=0, minorTickOffset as integer=-2147483647)
- method setLinearScale(lowerLimit as double, upperLimit as double, majorTickInc as double=0, minorTickInc as double=0)
- method setLinearScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setLinearScale(formatString as string="")
- method setLogScale(lowerLimit as double, upperLimit as double, majorTickInc as integer=0, minorTickInc as integer=0)
- method setLogScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setLogScale(formatString as string="")
- method setDateScale(lowerLimit as double, upperLimit as double, majorTickInc as integer=0, minorTickInc as integer=0)
- method setDateScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setDateScale(formatString as string="")
- method addZone(startValue as double, endValue as double, colorvalue as integer)
- method setColors(axisColor as integer, labelColor as integer=&hffff0002, titleColor as integer=-1, tickColor as integer=-1)
- method setTitle(text as string, font as string="", fontsize as double=8, fontcolor as integer=&hffff0002) as CDTextBoxMBS
- method setTitlePos(alignment as integer, titleGap as integer=3)
- method setPos(x as integer, y as integer, align as integer=5)
- method setLabels(labels() as double, formatString as string="") as CDTextBoxMBS
- method setLabels(labels() as string) as CDTextBoxMBS
- method setAutoScale(topExtension as double=0.1, bottomExtension as double=0.1, zeroAffinity as double=0.8)
- method setMargin(topMargin as integer, bottomMargin as integer=0)
- method getCoor(value as double) as integer
- method getMinValue as double
- method getMaxValue as double
- method setLabelFormat(formatString as string)
- method setLabelGap(d as integer)
- method syncAxis(axis as CDAxisMBS, slope as double, intercept as double)
- method copyAxis(axis as CDAxisMBS)
- method addLabel(pos as double, label as string)
- method setTickDensity(majorTickSpacing as integer, minorTickSpacing as integer=-1)
- method setLabelStyle(font as string="", fontsize as double=8, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method setTickLength(majorTickLen as integer)
- method setTickLength(majorTickLen as integer, minorTickLen as integer)
- method setTickWidth(majorTickWidth as integer, minorTickWidth as integer=-1)
- method setTickColor(majorTickColor as integer, minorTickColor as integer=-1)
- method setWidth(width as integer)
- method setLength(length as integer)
- method setAngle(angle as double)
- method setTickOffset(offset as double)
- method setLabelOffset(offset as double)
- method setIndent(indent as boolean)
- method setReverse(value as boolean=true)
- method setMinTickInc(value as double)
- method setRounding(roundMin as boolean, roundMax as boolean)
- method waveTransform(period as integer, amplitude as double, direction as double=0, startAngle as double=0, longitudinal as boolean=false, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method shearTransform(xShear as double, yShear as double=0, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method vTriangleTransform(tHeight as integer=-1, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method hTriangleTransform(tWidth as integer=-1, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method vCylinderTransform(xDiameter as integer, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method hCylinderTransform(yDiameter as integer, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method sphereTransform(xDiameter as integer, yDiameter as integer, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method rAffineTransform(a as double, b as double, c as double, d as double, e as double, f as double, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method affineTransform(a as double, b as double, c as double, d as double, e as double, f as double, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method setColorTable(colors() as integer, offset as integer)
- method text(str as string, font as string, fontIndex as integer, fontHeight as double, fontWidth as double, angle as double, vertical as boolean) as CDTTFTextMBS
- method text(str as string, font as string, fontIndex as integer, fontHeight as double, fontWidth as double, angle as double, vertical as boolean, x as integer, y as integer, colorvalue as integer, alignment as integer=7)
- method text(str as string, font as string, fontsize as double, x as integer, y as integer, colorvalue as integer)
- method text(str as string, font as string, fontsize as double) as CDTTFTextMBS
- method cylinder(cx as integer, cy as integer, rx as integer, ry as integer, a1 as double, a2 as double, depthX as integer, depthY as integer, edgeColor as integer, fillColor as integer)
- method circle(cx as integer, cy as integer, rx as integer, ry as integer, edgeColor as integer, fillColor as integer)
- method sector(cx as integer, cy as integer, rx as integer, ry as integer, a1 as double, a2 as double, edgeColor as integer, fillColor as integer)
- method surface(cx1 as double, y1 as double, x2 as double, y2 as double, depthX as integer, depthY as integer, edgeColor as integer, fillColor as integer)
- method polygon(x() as integer, y() as integer, edgeColor as integer, fillColor as integer)
- method polygon(x() as double, y() as double, edgeColor as integer, fillColor as integer)
- method ringSector(cx as integer, cy as integer, rx as integer, ry as integer, rx2 as integer, ry2 as integer, a1 as double, a2 as double, edgeColor as integer, fillColor as integer)
- method ring(cx as integer, cy as integer, rx as integer, ry as integer, rx2 as integer, ry2 as integer, edgeColor as integer, fillColor as integer)
- method rect(x1 as integer, y1 as integer, x2 as integer, y2 as integer, edgeColor as integer, fillColor as integer, raisedEffect as integer=0)
- method line(x1 as double, y1 as double, x2 as double, y2 as double, c as integer, lineWidth as integer=1)
- method arc(cx as integer, cy as integer, rx as integer, ry as integer, a1 as double, a2 as double, c as integer)
- method clone(d as CDDrawAreaMBS, x as integer, y as integer, align as integer, newWidth as integer=-1, newHeight as integer=-1, filter as integer=2, blur as double=1.0)
- method rotate(angle as double, bgColor as integer=&hFFFFFF, cx as double=-1, cy as double=-1, filter as integer=2, blur as double=1.0)
- method move(xOffset as double, yOffset as double, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method setAntiAlias(shapeAntiAlias as boolean=true, textAntiAlias as integer=2)
- method loadGIF(path as string) as boolean
- method loadPNG(path as string) as boolean
- method loadJPG(path as string) as boolean
- method loadWMP(path as string) as boolean
- method load(path as string) as boolean
- method setSearchPath(path as string)
- method fill(x as integer, y as integer, colorvalue as integer)
- method fill(x as integer, y as integer, colorvalue as integer, borderColor as integer)
- method hline(x1 as integer, x2 as integer, y as integer, c as integer)
- method vline(y1 as integer, y2 as integer, x as integer, c as integer)
- method resize(newWidth as integer, newHeight as integer, filter as integer=1, blur as double=1.0)
- method setClipRect(left as integer, top as integer, right as integer, bottom as integer)
- method setBgColor(c as integer)
- method setSize(width as integer, height as integer, bgColor as integer=&hFFFFFF)
- method reduceColors(colorCount as integer, blackAndWhite as boolean=false) as integer
- method getARGBColor(c as integer) as integer
- method radialGradientColor(cx as integer, cy as integer, rx as integer, ry as integer, startColor as integer, endColor as integer, periodic as boolean=false) as integer
- method radialGradientColor(cx as integer, cy as integer, rx as integer, ry as integer, data() as integer, periodic as boolean=false) as integer
- method setFontTable(index as integer, font as string)
- method setDefaultFonts(normal as string, bold as string, italic as string, boldItalic as string)
- method getPixel(x as integer, y as integer) as integer
- method Pixel(x as integer, y as integer, c as integer)
- method getHeight as integer
- method getWidth as integer
- method out(file as folderitem) as boolean
- method outGIF(file as folderitem) as boolean
- method outPNG(file as folderitem) as boolean
- method outJPG(file as folderitem, quality as integer=80) as boolean
- method outWMP(file as folderitem) as boolean
- method outBMP(file as folderitem) as boolean
- method outGIF as string
- method outPNG as string
- method outJPG(quality as integer=80) as string
- method outWMP as string
- method outBMP as string
- method outPicture as picture
- method patternColor(colors() as integer, height as integer, startX as integer=0, startY as integer=0) as integer
- method patternColor(file as folderitem, startX as integer=0, startY as integer=0) as integer
- method gradientColor(colors() as integer, angle as double=90, scale as double=1.0, startX as integer=0, startY as integer=0) as integer
- method gradientColor(startX as integer, startY as integer, endX as integer, endY as integer, startColor as integer, endColor as integer) as integer
- method dashLineColor(colorvalue as integer, patternCode as integer=&h0505) as integer
- method linearGradientColor(startX as integer, startY as integer, endX as integer, endY as integer, startColor as integer, endColor as integer, periodic as boolean=false) as integer
- method linearGradientColor(startX as integer, startY as integer, endX as integer, endY as integer, colors() as integer, periodic as boolean=false) as integer
- method setAntiAliasText(value as integer)
- method setTransparentColor(value as integer)
- method setDitherMethod(value as integer)
- method setPaletteMode(value as integer)
- method setInterlace(value as boolean)
- method tile(d as CDDrawAreaMBS, transparency as integer)
- method merge(d as CDDrawAreaMBS, x as integer, y as integer, align as integer, transparency as integer)
- method hFlip
- method vFlip
- method halfColor(c as integer) as integer
- method Constructor
- method Constructor
- method Constructor(seed as integer, noOfCols as integer, noOfRows as integer)
- method selectDate(colNo as integer, minDate as double, maxDate as double) as integer
- method getCol(colNo as integer) as CDArrayMBS
- method setCol(colNo as integer, minValue as double, maxValue as double)
- method setCol(colNo as integer, startValue as double, minDelta as double, maxDelta as double)
- method setCol(colNo as integer, startValue as double, minDelta as double, maxDelta as double, lowerLimit as double)
- method setCol(colNo as integer, startValue as double, minDelta as double, maxDelta as double, lowerLimit as double, upperLimit as double)
- method setDateCol(i as integer, startTime as double, tickInc as double, weekDayOnly as boolean=false)
- method setHLOCCols(i as integer, startValue as double, minDelta as double, maxDelta as double, lowerLimit as double, upperLimit as double)
- method setHLOCCols(i as integer, startValue as double, minDelta as double, maxDelta as double, lowerLimit as double=0.0)
- method setHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="")
- 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 addCustomDataLabel(i as integer, label as string, font as string ="", fontSize as double = 8, fontColor as integer = &hffff0002, fontAngle as double=0)
- method setDataLabelStyle(font as string="", fontsize as double=8, fontcolor as integer=0, fontangle as double=0) as CDTextBoxMBS
- method setDataSymbol(polygon() as integer, size as integer=11, fillcolor as integer=-1, 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(area as CDDrawAreaMBS)
- method setDataSymbol(image as folderitem)
- method setSymbolScale(data() as double, scaleType as integer=0)
- method setAngles(data() as double)
- method setData(data() as double, colorvalue as integer=-1, name as string="")
- method setDataLabelFormat(formatString as string)
- method setImageMapWidth(width as integer)
- method setLineWidth(w as integer)
- method setBorderColor(edgeColor as integer)
- method getLine as CDLineObjMBS
- method setValue(value as double)
- method setDrawOnTop(b as boolean)
- method setLineWidth(width as integer)
- method setMarkColor(lineColor as integer, textColor as integer=-1, tickColor as integer=-1)
- method setAlignment(a as integer)
- method setFontStyle(font as string, fontIndex as integer=0)
- method setText(text as string)
- method setFontSize(fontHeight as double, fontWidth as double=0)
- method setFontAngle(fontHeight as double, vertical as boolean=false)
- method setFontColor(colorvalue as integer)
- method setMargin(m as integer)
- method setMargin(leftMargin as integer, rightMargin as integer, topMargin as integer, bottomMargin as integer)
- method setWidth(width as integer)
- method setHeight(height as integer)
- method setMaxWidth(width as integer)
- method setTruncate(maxWidth as integer, maxLines as integer=1)
- method getWidth as integer
- method getHeight as integer
- method getLineHeight as integer
- method getLineDistance as integer
- method draw(x as integer, y as integer, colorvalue as integer, alignment as integer=7)
- method setHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="")
- method getHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="", offsetX as integer=0, offsetY as integer=0) as string
- method getImageCoor(dataSet as integer, dataItem as integer=&h80000001, offsetX as integer=0, offsetY as integer=0) as string
- method getImageCoor2(dataItem as integer, offsetX as integer=0, offsetY as integer=0) as string
- method alignLayer(layer as CDLayerMBS, dataSet as integer)
- method setUseYAxis(axis as CDAxisMBS)
- 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 addCustomAggregateLabel(dataItem as integer, label as string, font as string ="", fontSize as double = 8, fontColor as integer = &hffff0002, fontAngle as double=0)
- 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 xZoneColor(threshold as double, belowColor as integer, aboveColor as integer) as integer
- method yZoneColor(threshold as double, belowColor as integer, aboveColor as integer, yAxis as boolean=true) as integer
- method yZoneColor(threshold as double, belowColor as integer, aboveColor as integer, yAxis as CDAxisMBS) as integer
- method setUseYAxis2(b as boolean=true)
- method getDataSet(dataSet as integer) as CDDataSetMBS
- method addDataSet(data() as double, colorvalue as integer=-1, name as string="") as CDDataSetMBS
- method addDataSet(data as CDArrayMBS, colorvalue as integer=-1, name as string="") as CDDataSetMBS
- method addDataGroup(name as string)
- method setDataCombineMethod(m as integer)
- method setDataLabelStyle(font as string="", fontSize as double=8, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method setAggregateLabelStyle(font as string="", fontSize as double=8, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method setDataLabelFormat(formatString as string)
- method setAggregateLabelFormat(formatString as string)
- method addExtraField(texts() as string)
- method addExtraField(numbers() as double)
- method setXData(minValue as double, maxValue as double)
- method setLineWidth(w as integer)
- method setBorderColor(colorvalue as integer, raisedEffect as integer=0)
- method set3D(d as integer=-1, zGap as integer=0)
- method setLegend(m as integer)
- method setLegendOrder(dataSetOrder as integer, layerOrder as integer=-1)
- method setXData(data() as double)
- method setXData(data as CDArrayMBS)
- method getXCoor(value as double) as integer
- method getYCoor(value as double, axis as boolean=true) as integer
- method getYCoor(value as double, axis as CDAxisMBS) as integer
- method setShape(pointerType as integer)
- method setShape(pointerType as integer, lengthRatio as double)
- method setShape(pointerType as integer, lengthRatio as double, widthRatio as double)
- method setShape(pointerCoor() as integer)
- method setShape(pointerCoor() as integer, lengthRatio as double)
- method setShape(pointerCoor() as integer, lengthRatio as double, widthRatio as double)
- method setColor(fillColor as integer, edgeColor as integer=-1)
- method setPos(value as double)
- method addHLOCLayer(highData() as double, lowData() as double) as CDHLOCLayerMBS
- method addHLOCLayer(highData() as double, lowData() as double, openData() as double) as CDHLOCLayerMBS
- method addHLOCLayer(highData() as double, lowData() as double, openData() as double, closeData() as double, colorValue as integer=-1) as CDHLOCLayerMBS
- method addHLOCLayer(highData() as double, lowData() as double, openData() as double, closeData() as double, upColor as integer, downColor as integer, colorMode as integer=-1) as CDHLOCLayerMBS
- method addHLOCLayer(highData() as double, lowData() as double, openData() as double, closeData() as double, upColor as integer, downColor as integer, colorMode as integer, leadValue as double) as CDHLOCLayerMBS
- method addHLOCLayer as CDHLOCLayerMBS
- method addCandleStickLayer(highData() as double, lowData() as double, openData() as double, closeData() as double, riseColor as integer=-1, fallColor as integer=0, edgeColor as integer=&hffff0001) as CDCandleStickLayerMBS
- method addAreaLayer(data() as double, colorvalue as integer=-1, name as string="", depth as integer=0) as CDAreaLayerMBS
- method addAreaLayer(dataCombineMethod as integer=1, depth as integer=0) as CDAreaLayerMBS
- method addVectorLayer(xData() as double, yData() as double, directions() as double, lengths() as double, lengthScale as integer=0, colorvalue as integer=-1, name as string="") as CDVectorLayerMBS
- method addTrendLayer(Data() as double, colorvalue as integer=-1, name as string="", depth as integer=0) as CDTrendLayerMBS
- method addTrendLayer(xData() as double, yData() as double, colorvalue as integer=-1, name as string="", depth as integer=0) as CDTrendLayerMBS
- method addScatterLayer(xData() as double, yData() as double, name as string="", symbol as integer=1, symbolSize as integer=5, fillColor as integer=-1, edgeColor as integer=-1) as CDScatterLayerMBS
- method addBoxWhiskerLayer(boxTop() as double, boxBottom() as double, maxData() as double, minData() as double, midData() as double, fillColor as integer=-1, whiskerColor as integer=&hffff0001, edgeColor as integer=-1) as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer(boxTop() as double, boxBottom() as double, maxData() as double, minData() as double) as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer(boxTop() as double, boxBottom() as double, maxData() as double) as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer(boxTop() as double, boxBottom() as double) as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer2(boxTop() as double, boxBottom() as double, maxData() as double, minData() as double, midData() as double, fillColors() as integer, whiskerBrightness as double, names() as string) as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer2(boxTop() as double, boxBottom() as double, maxData() as double, minData() as double, midData() as double, fillColors() as integer, whiskerBrightness as double=0.5) as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer2(boxTop() as double, boxBottom() as double, maxData() as double, minData() as double, midData() as double) as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer2(boxTop() as double, boxBottom() as double, maxData() as double, minData() as double) as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer2(boxTop() as double, boxBottom() as double, maxData() as double) as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer2(boxTop() as double, boxBottom() as double) as CDBoxWhiskerLayerMBS
- method addBoxLayer(boxTop() as double, boxBottom() as double, colorvalue as integer=-1, name as string="") as CDBoxWhiskerLayerMBS
- method addInterLineLayer(line1 as CDLineObjMBS, line2 as CDLineObjMBS, color12 as integer, color21 as integer=-1) as CDInterLineLayerMBS
- method addStepLineLayer as CDStepLineLayerMBS
- method addStepLineLayer(data() as double, colorvalue as integer=-1, name as string="") as CDStepLineLayerMBS
- method addSplineLayer as CDSplineLayerMBS
- method addSplineLayer(data() as double, colorvalue as integer=-1, name as string="") as CDSplineLayerMBS
- method addLineLayer(dataCombineMethod as integer=0, depth as integer=0) as CDLineLayerMBS
- method addLineLayer(data() as double, colorvalue as integer=-1, name as string="", depth as integer=0) as CDLineLayerMBS
- method addLineLayer(data as CDArrayMBS, colorvalue as integer=-1, name as string="", depth as integer=0) as CDLineLayerMBS
- method xZoneColor(threshold as double, belowColor as integer, aboveColor as integer) as integer
- method yZoneColor(threshold as double, belowColor as integer, aboveColor as integer, yAxis as CDAxisMBS=nil) as integer
- method addBarLayer(data() as double, colorvalue as integer=-1, name as string="", depth as integer=0) as CDBarLayerMBS
- method addBarLayer(dataCombineMethod as integer=3, depth as integer=0) as CDBarLayerMBS
- method addBarLayer(data() as double, colors() as integer, names() as string, depth as integer=0) as CDBarLayerMBS
- method addBarLayer(data() as double, colors() as integer, depth as integer=0) as CDBarLayerMBS
- method setPlotArea(x as integer, y as integer, width as integer, height as integer, bgColor as integer=&hff000000, altBgColor as integer=-1, edgeColor as integer=-1, hGridColor as integer=&hc0c0c0, vGridColor as integer=&hff000000) as CDPlotAreaMBS
- method setTrimData(startPos as integer, len as integer=&h7fffffff)
- method getXCoor(value as double) as integer
- method getYCoor(value as double, yAxis as CDAxisMBS=nil) as integer
- method setAxisAtOrigin(originMode as integer=3, symmetryMode as integer=0)
- method addAxis(align as integer, offset as integer) as CDAxisMBS
- method yAxis as CDAxisMBS
- method xAxis as CDAxisMBS
- method yAxis2 as CDAxisMBS
- method xAxis2 as CDAxisMBS
- method swapXY(value as boolean=true)
- method setXAxisOnTop(value as boolean=true)
- method setYAxisOnRight(value as boolean=true)
- method syncYAxis(slope as double=1, intercept as double=0)
- method setClipping(margin as integer=0)
- method Constructor(width as integer=640, height as integer=480, bgcolor as integer=&hFFFF0000, edgeColor as integer=&hFF000000, raisedEffect as integer=0)
- method setOverlapRatio(overlapRatio as double, firstOnTop as boolean=true)
- method setIconSize(height as integer, width as integer=-1)
- method setMinLabelSize(s as integer)
- method setBarGap(barGap as double)
- method setBarGap(barGap as double, subBarGap as double)
- method setBarWidth(barWidth as integer, subBarWidth as integer=-1)
- method setBarShape(shape as integer, dataGroup as integer=-1, dataItem as integer=-1)
- method setBarShape(shape() as integer, dataGroup as integer=-1, dataItem as integer=-1)
- method getAxisImageMap(noOfSegments as integer, mapWidth as integer, url as string, queryFormat as string="", extraAttr as string="", 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 addZone(startValue as double, endValue as double, startRadius as double, endRadius as double, fillColor as integer, edgeColor as integer)
- method addZone(startValue as double, endValue as double, fillColor as integer, edgeColor as integer=-1)
- method setLinearScale(lowerLimit as double, upperLimit as double, majorTickInc as double=0, minorTickInc as double=0)
- method setLinearScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setLabelGap(d as integer)
- method addLabel(pos as double, label as string)
- method setLabels(labels() as double, formatString as string="") as CDTextBoxMBS
- method setLabels(labels() as string) as CDTextBoxMBS
- method setLabelStyle(font as string="bold", fontsize as double=8, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method setWidth(w as integer)
- method setPos(x1 as integer, y1 as integer, x2 as integer, y2 as integer)
- method setColor(c as integer)
- method setArrowAlignment(alignment as integer)
- method setVector(lengths() as double, directions() as double, lengthScale as integer=0)
- method setArrowHead(width as integer, height as integer)
- method setArrowHead(polygon() as integer)
- method setArrowStem(polygon() as integer)
- method setIconSize(height as integer, width as integer=0)
- method getHotSpot(x as integer, y as integer) as integer
- method getKey(i as integer) as string
- method getValue(i as integer) as string
- method getValue(key as string) as string
- method Constructor
- method Constructor(ImageMap as string)
- method Constructor
- method Constructor(seed as integer, startTime as double, endTime as double, resolution as integer)
- method getTimeStamps as CDArrayMBS
- method getHighData as CDArrayMBS
- method getLowData as CDArrayMBS
- method getOpenData as CDArrayMBS
- method getCloseData as CDArrayMBS
- method getVolData as CDArrayMBS
- method addRing(startRadius as integer, endRadius as integer, fillColor as integer, edgeColor as integer=-1)
- method addRingSector(startRadius as integer, endRadius as integer, a1 as double, a2 as double, fillColor as integer, edgeColor as integer=-1)
- method setCap(radius as integer, fillColor as integer, edgeColor as integer=&hffff0001)
- method addZone(startValue as double, endValue as double, startRadius as integer, endRadius as integer, fillColor as integer, edgeColor as integer=-1)
- method addZone(startValue as double, endValue as double, fillColor as integer, edgeColor as integer=-1)
- method Constructor(width as integer, height as integer, bgColor as integer=&hffff0000, edgeColor as integer=&hff000000, raisedEffect as integer=0)
- method Constructor
- method setMeter(cx as integer, cy as integer, radius as integer, startAngle as double, endAngle as double)
- method setLabelLayout(layoutMethod as integer, pos as integer=-1, topBound as integer=-1, bottomBound as integer=-1)
- method setExplodeGroup(startSector as integer, endSector as integer, distance as integer=-1)
- method set3D(depths() as double, angle as double=45, shadowMode as boolean=false)
- method set3D(depth as integer=-1, angle as double=-1, shadowMode as boolean=false)
- method setData(data() as double, label() as string)
- method Constructor(width as integer=640, height as integer=480, bgcolor as integer=&hFFFF0000, edgeColor as integer=&hFF000000, raisedEffect as integer=0)
- method setStartAngle(startAngle as double, clockWise as boolean=true)
- method setLabelFormat(formatString as string)
- method setLabelPos(pos as integer, joinLineColor as integer=-1)
- method setJoinLine(joinLineColor as integer, joinLineWidth as integer=-1)
- method setLineColor(edgeColor as integer, joinLineColor as integer=-1)
- method setDonutSize(x as integer, y as integer, r as integer, r2 as integer)
- method setExplode(sectorNo as integer, distance as integer=-1)
- method setPieSize(x as integer, y as integer, r as integer)
- method sector(sectorNo as integer) as CDSectorMBS
- method setLabelStyle(font as string="", fontsize as double=8, fontColor as integer=&hffff0002) as CDTextBoxMBS
- method setRoundedCorners(r1 as integer=10, r2 as integer=-1, r3 as integer=-1, r4 as integer=-1)
- method setBackground(colorvalue as integer, edgeColor as integer=-1, raisedEffect as integer=0)
- method setSize(w as integer, h as integer)
- method setPos(x as integer, y as integer)
- method getWidth as integer
- method getHeight as integer
- method getImageCoor(OffsetX as integer=0, OffsetY as integer=0) as string
- method addPredictionBand(confidence as double, upperFillColor as integer, upperEdgeColor as integer=&hFF000000, upperLineWidth as integer=-1, lowerFillColor as integer=-1, lowerEdgeColor as integer=-1, lowerLineWidth as integer=-1)
- method addConfidenceBand(confidence as double, upperFillColor as integer, upperEdgeColor as integer=&hFF000000, upperLineWidth as integer=-1, lowerFillColor as integer=-1, lowerEdgeColor as integer=-1, lowerLineWidth as integer=-1)
- method setImageMapWidth(w as integer)
- method getIntercept as double
- method getCorrelation as double
- method getStdError as double
- method getLine as CDLineObjMBS
- method getSlope as double
- 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 setGapColor(lineColor as integer, lineWidth as integer=-1)
- method getLine(dataSet as integer=0) as CDLineObjMBS
- method setImageMapWidth(Width as integer)
- method selectRegularSpacing(majorTickStep as integer, minorTickStep as integer=0, initialMargin as integer=0)
- method selectStartOfHour(majorTickStep as integer=1, initialMargin as double=300.0)
- method selectStartOfDay(majorTickStep as integer=1, initialMargin as double=10800.0)
- method selectStartOfWeek(majorTickStep as integer=1, initialMargin as double=172800.0)
- method selectStartOfMonth(majorTickStep as integer=1, initialMargin as double=432000.0)
- method selectStartOfYear(majorTickStep as integer=1, initialMargin as double=5184000.0)
- method selectGTZ
- method selectGTZ(decisionArray() as double, fillValue as double=0)
- method selectGEZ
- method selectGEZ(decisionArray() as double, fillValue as double=0)
- method selectLTZ
- method selectLTZ(decisionArray() as double, fillValue as double=0)
- method selectLEZ
- method selectLEZ(decisionArray() as double, fillValue as double=0)
- method selectEQZ
- method selectEQZ(decisionArray() as double, fillValue as double=0)
- method selectNEZ
- method selectNEZ(decisionArray() as double, fillValue as double=0)
- method shift(offset as integer=1)
- method shift(offset as integer, fillValue as double)
- method financeDiv(values() as double, zeroByZeroValue as double)
- method aggregate(srcArray() as double, aggregateMethod as integer, param as double=50.0) as memoryblock
- method lowess(values() as double, smoothness as double=0.25, iteration as integer=0)
- method movCorr(interval as integer, value() as double)
- method lowess(smoothness as double=0.25, iteration as integer=0)
- method insert(value() as double, insertPoint as integer=-1)
- method insert(value as double, len as integer, insertPoint as integer=-1)
- method subArray(value() as double)
- method addArray(value() as double)
- method mulArray(value() as double)
- method divArray(value() as double)
- method subValue(value as double)
- method addValue(value as double)
- method mulValue(value as double)
- method divValue(value as double)
- method movPercentile(interval as integer, percentile as double)
- method trim(startIndex as integer=0, len as integer=-1)
- method delta(offset as integer=1)
- method rate(offset as integer=1)
- method movMed(interval as integer)
- method movMax(interval as integer)
- method movMin(interval as integer)
- method movStdDev(interval as integer)
- method movAvg(interval as integer)
- method abs
- method acc
- method percentile(p as double)
- method maxIndex as integer
- method minIndex as integer
- method max as double
- method min as double
- method med as double
- method sum as double
- method avg as double
- method stdDev as double
- method replace(a as double, b as double)
- method expAvg(smoothingFactor as double)
- method Constructor
- method Constructor(data() as double)
- method Constructor(a as CDArrayMBS)
- method result as memoryblock
- method count as integer
- method getvalue(index as integer) as double
- method setVector(lengths() as double, directions() as double, lengthScale as integer=0)
- method setArrowHead(polygon() as integer)
- method setArrowStem(polygon() as integer)
- method setArrowAlignment(alignment as integer)
- method setArrowHead(width as integer, height as integer=0)
- method setIconSize(height as integer, width as integer=0)
Monkeybread Software Realbasic Plugins - Messdiener Nickenich