MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 5.0 5.1 5.2 5.3 5.4 5.5 6.0 6.1 6.2 6.3 6.4 6.5 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
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
ChartDirector
Professional charts for REALbasic.
- class CDAngularAxisMBS
- method addLabel(pos as double, label as string)
- method addZone(startValue as double, endValue as double, fillColor as integer, edgeColor as integer=-1)
- method addZone(startValue as double, endValue as double, startRadius as double, endRadius as double, fillColor as integer, edgeColor as integer)
- 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 setLabelGap(d as integer)
- 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 setLinearScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setLinearScale(lowerLimit as double, upperLimit as double, majorTickInc as double=0, minorTickInc as double=0)
- class CDAngularMeterMBS
- 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 addZone(startValue as double, endValue as double, fillColor as integer, edgeColor as integer=-1)
- method addZone(startValue as double, endValue as double, startRadius as integer, endRadius as integer, fillColor as integer, edgeColor as integer=-1)
- method Constructor
- method Constructor(width as integer, height as integer, bgColor as integer=&hffff0000, edgeColor as integer=&hff000000, raisedEffect as integer=0)
- method setCap(radius as integer, fillColor as integer, edgeColor as integer=&hffff0001)
- method setMeter(cx as integer, cy as integer, radius as integer, startAngle as double, endAngle as double)
- class CDAreaLayerMBS
- method setGapColor(fillColor as integer)
- method setMinLabelSize(s as integer)
- class CDArrayMBS
- method abs
- method acc
- method addArray(value() as double)
- method addValue(value as double)
- method aggregate(srcArray() as double, aggregateMethod as integer, param as double=50.0) as memoryblock
- method avg as double
- method Constructor
- method Constructor(a as CDArrayMBS)
- method Constructor(data() as double)
- method count as integer
- method delta(offset as integer=1)
- method divArray(value() as double)
- method divValue(value as double)
- method expAvg(smoothingFactor as double)
- method financeDiv(values() as double, zeroByZeroValue as double)
- method getvalue(index as integer) as double
- method insert(value as double, len as integer, insertPoint as integer=-1)
- method insert(value() as double, insertPoint as integer=-1)
- method lowess(smoothness as double=0.25, iteration as integer=0)
- method lowess(values() as double, smoothness as double=0.25, iteration as integer=0)
- method max as double
- method maxIndex as integer
- method med as double
- method min as double
- method minIndex as integer
- method movAvg(interval as integer)
- method movCorr(interval as integer, value() as double)
- method movMax(interval as integer)
- method movMed(interval as integer)
- method movMin(interval as integer)
- method movPercentile(interval as integer, percentile as double)
- method movStdDev(interval as integer)
- method mulArray(value() as double)
- method mulValue(value as double)
- method percentile(p as double)
- method rate(offset as integer=1)
- method replace(a as double, b as double)
- method result as memoryblock
- method selectEQZ
- method selectEQZ(decisionArray() as double, fillValue as double=0)
- method selectGEZ
- method selectGEZ(decisionArray() as double, fillValue as double=0)
- method selectGTZ
- method selectGTZ(decisionArray() as double, fillValue as double=0)
- method selectLEZ
- method selectLEZ(decisionArray() as double, fillValue as double=0)
- method selectLTZ
- method selectLTZ(decisionArray() as double, fillValue as double=0)
- method selectNEZ
- method selectNEZ(decisionArray() as double, fillValue as double=0)
- method selectRegularSpacing(majorTickStep as integer, minorTickStep as integer=0, initialMargin as integer=0)
- method selectStartOfDay(majorTickStep as integer=1, initialMargin as double=10800.0)
- method selectStartOfHour(majorTickStep as integer=1, initialMargin as double=300.0)
- method selectStartOfMonth(majorTickStep as integer=1, initialMargin as double=432000.0)
- method selectStartOfWeek(majorTickStep as integer=1, initialMargin as double=172800.0)
- method selectStartOfYear(majorTickStep as integer=1, initialMargin as double=5184000.0)
- method shift(offset as integer, fillValue as double)
- method shift(offset as integer=1)
- method stdDev as double
- method subArray(value() as double)
- method subValue(value as double)
- method sum as double
- method trim(startIndex as integer=0, len as integer=-1)
- class CDAxisMBS
- method addLabel(pos as double, label as string)
- method addMark(value as double, lineColor as integer, text as string="", font as string="", fontsize as double=8) as CDMarkMBS
- method addZone(startValue as double, endValue as double, colorvalue as integer)
- method copyAxis(axis as CDAxisMBS)
- 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 getCoor(value as double) as integer
- method getHTMLImageMap(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 getMaxValue as double
- method getMinValue as double
- method getTicks as CDArrayMBS
- method setAngle(angle as double)
- method setAutoScale(topExtension as double=0.1, bottomExtension as double=0.1, zeroAffinity as double=0.8)
- method setColors(axisColor as integer, labelColor as integer=&hffff0002, titleColor as integer=-1, tickColor as integer=-1)
- method setDateScale(formatString as string="")
- method setDateScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setDateScale(lowerLimit as double, upperLimit as double, majorTickInc as integer=0, minorTickInc as integer=0)
- method setFormatCondition(condition as string, operand as double=0)
- method setIndent(indent as boolean)
- method setLabelFormat(formatString as string)
- method setLabelGap(d as integer)
- method setLabelOffset(offset as double)
- method setLabels(labels() as double, formatString as string="") as CDTextBoxMBS
- method setLabels(labels() as string) as CDTextBoxMBS
- method setLabelStep(majorTickStep as integer, minorTickStep as integer=0, majorTickOffset as integer=0, minorTickOffset as integer=-2147483647)
- method setLabelStyle(font as string="", fontsize as double=8, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method setLength(length as integer)
- method setLinearScale(formatString as string="")
- method setLinearScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setLinearScale(lowerLimit as double, upperLimit as double, majorTickInc as double=0, minorTickInc as double=0)
- method setLogScale(formatString as string="")
- method setLogScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setLogScale(lowerLimit as double, upperLimit as double, majorTickInc as integer=0, minorTickInc as integer=0)
- method setMargin(topMargin as integer, bottomMargin as integer=0)
- method setMinTickInc(value as double)
- method setMultiFormat(filter as integer, format as string, labelSpan as integer=1, promoteFirst as boolean=true)
- method setMultiFormat(filter1 as integer, format1 as string, filter2 as integer, format2 as string, labelSpan as integer=1, promoteFirst as boolean=true)
- method setPos(x as integer, y as integer, align as integer=5)
- method setReverse(value as boolean=true)
- method setRounding(roundMin as boolean, roundMax as boolean)
- method setTickColor(majorTickColor as integer, minorTickColor as integer=-1)
- method setTickDensity(majorTickSpacing as integer, minorTickSpacing as integer=-1)
- method setTickLength(majorTickLen as integer)
- method setTickLength(majorTickLen as integer, minorTickLen as integer)
- method setTickOffset(offset as double)
- method setTickWidth(majorTickWidth as integer, minorTickWidth 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 setWidth(width as integer)
- method syncAxis(axis as CDAxisMBS, slope as double, intercept as double)
- class CDBarLayerMBS
- method setBarGap(barGap as double)
- method setBarGap(barGap as double, subBarGap as double)
- 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 setBarWidth(barWidth as integer, subBarWidth as integer=-1)
- method setIconSize(height as integer, width as integer=-1)
- method setMinLabelSize(s as integer)
- method setOverlapRatio(overlapRatio as double, firstOnTop as boolean=true)
- class CDBaseBoxLayerMBS
- method setDataGap(gap as double)
- method setDataWidth(width as integer)
- class CDBaseChartMBS
- method addExtraField(numbers() as double)
- method addExtraField(pathes() as folderitem)
- method addExtraField(texts() as string)
- method addLegend(x as integer, y as integer, noOfCols as integer, font as string="", fontsize as double=10) as CDLegendBoxMBS
- method addLegend(x as integer, y as integer, vertical as boolean=true, font as string="", fontsize as double=10) as CDLegendBoxMBS
- 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 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 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 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
- shared method AllPassFilter as integer
- shared method blueMetalGradient as integer()
- shared method chartTime(t as integer) 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 ColorToInteger(c as color, alpha as integer=0) as integer
- shared method Cross2Shape(width as double=0.5) as integer
- shared method CrossShape(width as double=0.5) as integer
- method dashLineColor(colorvalue as integer, patternCode as integer=&h0505) as integer
- method formatValue(value as double, formatstring as string) as string
- method getChartMetrics as string
- shared method getChartWeekDay(t as double) as integer
- shared method getChartYMD(t as double) as integer
- method getColor(index as integer) as integer
- shared method getCopyright as string
- shared method getDescription as string
- method getDrawArea as CDDrawAreaMBS
- method getHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="", offsetX as integer=0, offsetY as integer=0) as string
- method getLegend as CDLegendBoxMBS
- shared method GetPath(path as folderitem) as string
- shared method getVersion as integer
- shared method glassEffect(glareSize as integer=3, glareDirection as integer=8, raisedEffect as integer=5) as integer
- shared method goldColor(angle as integer=90) as integer
- shared method goldGradient 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
- shared method greenMetalGradient as integer()
- method halfColor(c as integer) as integer
- shared method isLicensed as boolean
- const kAggregateAvg = &h00000001
- const kAggregateCount = &h00000009
- const kAggregateFirst = &h00000007
- const kAggregateLast = &h00000008
- const kAggregateMax = &h00000005
- const kAggregateMed = &h00000004
- const kAggregateMin = &h00000003
- const kAggregatePercentile = &h00000006
- const kAggregateStdDev = &h00000002
- const kAggregateSum = &h00000000
- const kAltDashLine = &h0A050505
- const kAngularAxisScale = &h00000001
- const kAntiAlias = &h00000001
- const kArrowPointer = &h00000002
- const kArrowPointer2 = &h00000003
- const kAutoAntiAlias = &h00000002
- const kAutoGrid = &hFFFFFFFE
- const kBackgroundColor = &hFFFF0000
- const kBesselFilter = &h0000000D
- const kBlackmanFilter = &h0000000C
- const kBMP = &h00000004
- const kBottom = &h00000002
- const kBottomCenter = &h00000002
- const kBottomLeft = &h00000001
- const kBottomLeft2 = &h0000000C
- const kBottomRight = &h00000003
- const kBottomRight2 = &h0000000D
- const kBoxFilter = &h00000000
- const kBSplineFilter = &h00000003
- const kCatromFilter = &h00000005
- const kCenter = &h00000005
- const kChartBackZ = &h00000100
- const kChartDir_AllPassFilterTag = &h00000007
- const kChartDir_CustomSymbol = &h0000000E
- const kChartDir_NonePassFilterTag = &h00000008
- const kChartDir_Polygon2Symbol = &h0000000C
- const kChartDir_PolygonSymbol = &h0000000B
- const kChartDir_RegularSpacingFilterTag = &h00000006
- const kChartDir_SelectItemFilterTag = &h00000009
- const kChartDir_StarSymbol = &h0000000D
- const kChartDir_StartOfDayFilterTag = &h00000002
- const kChartDir_StartOfHourFilterTag = &h00000001
- const kChartDir_StartOfMonthFilterTag = &h00000004
- const kChartDir_StartOfWeekFilterTag = &h00000003
- const kChartDir_StartOfYearFilterTag = &h00000005
- const kChartFrontZ = &h0000FFFF
- const kCircleLayout = &h00000001
- const kCircleShape = &h00000007
- const kCircleShapeNoShading = &h0000000A
- const kCircleSymbol = &h00000007
- const kCross2Symbol = &h00000009
- const kCrossSymbol = &h00000008
- const kDashLine = &h00000505
- const kDataColor = &hFFFF0008
- const kDepth = &h00000002
- const kDiamondPointer = &h00000000
- const kDiamondShape = &h00000002
- const kDiamondSymbol = &h00000002
- const kDirectionHorizontal = &h00000000
- const kDirectionHorizontalVertical = &h00000002
- const kDirectionVertical = &h00000001
- const kDotDashLine = &h05050205
- const kDotLine = &h00000202
- const kErrorDiffusion = &h00000002
- const kForcePalette = &h00000001
- const kGaussianFilter = &h00000009
- const kGIF = &h00000001
- const kGridLinesZ = &h00002000
- const kHammingFilter = &h0000000B
- const kHanningFilter = &h0000000A
- const kHermiteFilter = &h00000004
- const kHLOCDefault = &h00000000
- const kHLOCOpenClose = &h00000001
- const kHLOCUpDown = &h00000002
- const kInvertedTriangleShape = &h00000006
- const kInvertedTriangleSymbol = &h00000006
- const kJPG = &h00000002
- const kLanczosFilter = &h00000008
- const kLeft = &h00000004
- const kLeftTriangleShape = &h00000005
- const kLeftTriangleSymbol = &h00000005
- const kLinearFilter = &h00000001
- const kLineColor = &hFFFF0001
- const kLinePointer = &h00000004
- shared method kLogTick as double
- shared method kMicroTickOnly as double
- shared method kMinorTickOnly as double
- const kMitchellFilter = &h00000006
- const kNoAntiAlias = &h00000000
- const kNoGlare = &h00000001
- const kNoLegend = &h00000002
- const kNoPalette = &h00000002
- const kNormalGlare = &h00000003
- const kNormalLegend = &h00000000
- const kNoShape = &h00000000
- const kNoSymbol = &h00000000
- shared method kNoValue as double
- const kOrderedDither = &h00000001
- const kOverlay = &h00000000
- const kPalette = &hFFFF0000
- const kPencilPointer = &h00000005
- const kPercentage = &h00000004
- const kPixelScale = &h00000000
- const kPlotAreaZ = &h00001000
- const kPNG = &h00000000
- const kQuadraticFilter = &h00000002
- const kQuantize = &h00000000
- const kRadialAxisScale = &h00000002
- const kReducedGlare = &h00000002
- const kReverseLegend = &h00000001
- const kRight = &h00000006
- const kRightTriangleShape = &h00000004
- const kRightTriangleSymbol = &h00000004
- const kSameAsMainColor = &hFFFF0007
- const kSide = &h00000003
- const kSideLayout = &h00000000
- const kSincFilter = &h00000007
- const kSquareShape = &h00000001
- const kSquareSymbol = &h00000001
- const kStack = &h00000001
- const kTextColor = &hFFFF0002
- const kTop = &h00000008
- const kTopCenter = &h00000008
- const kTopLeft = &h00000007
- const kTopLeft2 = &h0000000A
- const kTopRight = &h00000009
- const kTopRight2 = &h0000000B
- shared method kTouchBar as double
- const kTransparent = &hFF000000
- const kTriangleShape = &h00000003
- const kTriangleSymbol = &h00000003
- const kTriangularPointer = &h00000001
- const kTryPalette = &h00000000
- const kWMP = &h00000003
- const kXAxisAtOrigin = &h00000001
- const kXAxisScale = &h00000001
- const kXAxisSymmetric = &h00000001
- const kXAxisSymmetricIfNeeded = &h00000002
- const kXYAxisAtOrigin = &h00000003
- const kXYAxisSymmetric = &h00000010
- const kXYAxisSymmetricIfNeeded = &h00000020
- const kYAxisAtOrigin = &h00000002
- const kYAxisScale = &h00000002
- const kYAxisSymmetric = &h00000004
- const kYAxisSymmetricIfNeeded = &h00000008
- method layout
- method layoutLegend as CDLegendBoxMBS
- method linearGradientColor(startX as integer, startY as integer, endX as integer, endY as integer, colors() as integer, periodic as boolean=false) 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
- shared method LoadLibrary(path as folderitem) as boolean
- method makeChart as CDDrawAreaMBS
- method makeChart(format as integer) as string
- method makeChart(path as folderitem) as boolean
- method makeChartPicture as picture
- shared method metalColor(c as integer, angle as integer=90) as integer
- shared method NonePassFilter as integer
- method patternColor(colorvalues() 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
- shared method Polygon2Shape(slide as integer) as integer
- shared method PolygonShape(slide as integer) 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 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
- shared method redMetalGradient as integer()
- shared method RegularSpacingFilter(labelStep as integer=1, initialMargin 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 SelectItemFilter(item as integer) as integer
- method setAMPM(am as string, pm as string)
- method setAntiAlias(shapeAntiAlias as Boolean, textAntiAlias as integer)
- method setBackground(colorvalue as integer, edgeColor as integer=&hff000000, raisedEffect as integer=0)
- method setBgImage(img as string, align as integer=5)
- method setBorder(colorvalue as integer)
- method setColor(paletteEntry as integer, colorvalue as integer)
- method setColors(numbers() as integer)
- method setColors(paletteEntry as integer, numbers() as integer)
- method setDefaultColors(paletteEntry as integer=0)
- method setDefaultFonts(normal as string, bold as string, italic as string, boldItalic as string)
- method setFontTable(index as integer, font as string)
- shared method setLicenseCode(n as string, enddate as integer, v1 as integer, v2 as integer)
- method setMonthNames(names() as string)
- method setNumberFormat(thousandSeparator as string="~", decimalPointChar as string=".", signChar as string="-")
- method setRoundedFrame(extColor as integer=&hFFFFFF, r1 as integer=10, r2 as integer=-1, r3 as integer=-1, r4 as integer=-1)
- method setSearchPath(path as string)
- method setSize(width as integer, height as integer)
- method setTransparentColor(c as integer)
- method setTransparentColors(paletteEntry as integer=0)
- method setWallpaper(img as folderitem)
- method setWeekDayNames(names() as string)
- method setWhiteOnBlackColors(paletteEntry as integer=0)
- shared method silverColor(angle as integer=90) as integer
- shared method silverGradient as integer()
- shared method softLighting(direction as integer=8, raisedEffect as integer=4) as integer
- shared method StarShape(slide as integer) as integer
- shared method StartOfDayFilter(labelStep as integer=1, initialMargin as double=0.05) as integer
- shared method StartOfHourFilter(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 StartOfWeekFilter(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 testFont(font as string, fontIndex as integer, fontHeight as double, fontWidth as double, angle as double, byref buffer as string) as boolean
- class CDBaseMeterMBS
- method addLabel(v as double, label as string)
- method addPointer(value as double, fillColor as integer=&hffff0001, edgeColor as integer=-1) as CDMeterPointerMBS
- method getCoor(v as double) as integer
- method getLabel(v as double) as string
- method getTicks as CDArrayMBS
- method setLabelFormat(mainLabelFormat as string)
- method setLabelPos(labelInside as boolean, labelOffset as integer=0)
- method setLabelStyle(font as string="", fontsize as double=-1, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method setLineWidth(axisWidth as integer, majorTickWidth as integer=1, minorTickWidth as integer=1, microTickWidth as integer=1)
- method setMeterColors(axisColor as integer, labelColor as integer=-1, tickColor as integer=-1)
- method setScale(lowerLimit as double, upperLimit as double, labels() as double, formatstring as string="")
- method setScale(lowerLimit as double, upperLimit as double, labels() as string)
- method setScale(lowerLimit as double, upperLimit as double, majorTickInc as double=0, minorTickInc as double=0, microTickInc as double=0)
- method setTickLength(majorLen as integer)
- method setTickLength(majorLen as integer, minorLen as integer)
- method setTickLength(majorLen as integer, minorLen as integer, microLen as integer)
- class CDBoxMBS
- method getHeight as integer
- method getImageCoor(OffsetX as integer=0, OffsetY as integer=0) as string
- method getWidth as integer
- method setBackground(colorvalue as integer, edgeColor as integer=-1, raisedEffect as integer=0)
- method setPos(x as integer, y as integer)
- method setRoundedCorners(r1 as integer=10, r2 as integer=-1, r3 as integer=-1, r4 as integer=-1)
- method setSize(w as integer, h as integer)
- class CDBoxWhiskerLayerMBS
- 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)
- class CDDataSetMBS
- method setData(data() as double)
- method setDataColor(dataColor as integer, edgeColor as integer=-1, shadowColor as integer=-1, shadowEdgeColor as integer=-1)
- 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 setDataName(name as string)
- method setDataSymbol(drawobj as CDDrawAreaMBS)
- method setDataSymbol(file as folderitem)
- 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=5, fillColor as integer=-1, edgeColor as integer=-1, lineWidth as integer=1)
- method setLineWidth(w as integer)
- method setUseYAxis(axis as CDAxisMBS)
- method setUseYAxis(b as boolean=true)
- class CDDrawAreaMBS
- 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 arc(cx as integer, cy as integer, rx as integer, ry as integer, a1 as double, a2 as double, c as integer)
- method circle(cx as integer, cy as integer, rx as integer, ry as integer, edgeColor as integer, fillColor 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 Constructor
- 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 dashLineColor(colorvalue as integer, patternCode as integer=&h0505) as integer
- 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 getARGBColor(c as integer) as integer
- method getHeight as integer
- method getPixel(x as integer, y as integer) as integer
- method getWidth 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 halfColor(c as integer) as integer
- method hCylinderTransform(yDiameter as integer, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method hFlip
- method hline(x1 as integer, x2 as integer, y as integer, c as integer)
- method hTriangleTransform(tWidth as integer=-1, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method line(x1 as double, y1 as double, x2 as double, y2 as double, c as integer, lineWidth as integer=1)
- method linearGradientColor(startX as integer, startY as integer, endX as integer, endY as integer, colors() as integer, periodic as boolean=false) 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 load(path as string) as boolean
- method loadGIF(path as string) as boolean
- method loadJPG(path as string) as boolean
- method loadPNG(path as string) as boolean
- method loadWMP(path as string) as boolean
- method merge(d as CDDrawAreaMBS, x as integer, y as integer, align as integer, transparency as integer)
- method move(xOffset as double, yOffset as double, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method out(file as folderitem) as boolean
- method outBMP as string
- method outBMP(file as folderitem) as boolean
- method outGIF as string
- method outGIF(file as folderitem) as boolean
- method outJPG(file as folderitem, quality as integer=80) as boolean
- method outJPG(quality as integer=80) as string
- method outPicture as picture
- method outPNG as string
- method outPNG(file as folderitem) as boolean
- method outWMP as string
- method outWMP(file as folderitem) as boolean
- 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 Pixel(x as integer, y as integer, c as integer)
- method polygon(x() as double, y() as double, edgeColor as integer, fillColor as integer)
- method polygon(x() as integer, y() as integer, edgeColor as integer, fillColor 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 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 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 rect(x1 as integer, y1 as integer, x2 as integer, y2 as integer, edgeColor as integer, fillColor as integer, raisedEffect as integer=0)
- method reduceColors(colorCount as integer, blackAndWhite as boolean=false) as integer
- method resize(newWidth as integer, newHeight as integer, filter as integer=1, blur as double=1.0)
- 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 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 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 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 setAntiAlias(shapeAntiAlias as boolean=true, textAntiAlias as integer=2)
- method setAntiAliasText(value as integer)
- method setBgColor(c as integer)
- method setClipRect(left as integer, top as integer, right as integer, bottom as integer)
- method setColorTable(colors() as integer, offset as integer)
- method setDefaultFonts(normal as string, bold as string, italic as string, boldItalic as string)
- method setDitherMethod(value as integer)
- method setFontTable(index as integer, font as string)
- method setInterlace(value as boolean)
- method setPaletteMode(value as integer)
- method setSearchPath(path as string)
- method setSize(width as integer, height as integer, bgColor as integer=&hFFFFFF)
- method setTransparentColor(value as integer)
- method shearTransform(xShear as double, yShear as double=0, 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 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 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) as CDTTFTextMBS
- method text(str as string, font as string, fontsize as double, x as integer, y as integer, colorvalue as integer)
- method tile(d as CDDrawAreaMBS, transparency as integer)
- method vCylinderTransform(xDiameter as integer, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- method vFlip
- method vline(y1 as integer, y2 as integer, x as integer, c as integer)
- method vTriangleTransform(tHeight as integer=-1, bgColor as integer=&hFFFFFF, filter as integer=2, blur as double=1.0)
- 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)
- class CDDrawObjMBS
- method paint(d as CDDrawAreaMBS)
- method setZOrder(z as integer)
- class CDFinanceSimulatorMBS
- method Constructor
- method Constructor(seed as integer, startTime as double, endTime as double, resolution as integer)
- method getCloseData as CDArrayMBS
- method getHighData as CDArrayMBS
- method getLowData as CDArrayMBS
- method getOpenData as CDArrayMBS
- method getTimeStamps as CDArrayMBS
- method getVolData as CDArrayMBS
- class CDHLOCLayerMBS
- method setColorMethod(colorMethod as integer, riseColor as integer, fallColor as integer=-1, leadValue as double=-1.7E308)
- class CDImageMapHandlerMBS
- method Constructor
- method Constructor(ImageMap as string)
- 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
- class CDInterLineLayerMBS
- method setGapColor(gapColor12 as integer, gapColor21 as integer=-1)
- class CDLayerMBS
- 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 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 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 addExtraField(numbers() as double)
- method addExtraField(texts() as string)
- method alignLayer(layer as CDLayerMBS, dataSet as integer)
- method getDataSet(dataSet as integer) as CDDataSetMBS
- 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 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 set3D(d as integer=-1, zGap as integer=0)
- method setAggregateLabelFormat(formatString as string)
- method setAggregateLabelStyle(font as string="", fontSize as double=8, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method setBorderColor(colorvalue as integer, raisedEffect as integer=0)
- method setDataCombineMethod(m as integer)
- method setDataLabelFormat(formatString as string)
- method setDataLabelStyle(font as string="", fontSize as double=8, fontcolor as integer=&hffff0002, fontAngle as double=0) as CDTextBoxMBS
- method setHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="")
- method setLegend(m as integer)
- method setLegendOrder(dataSetOrder as integer, layerOrder as integer=-1)
- method setLineWidth(w as integer)
- method setUseYAxis(axis as CDAxisMBS)
- method setUseYAxis2(b as boolean=true)
- method setXData(data as CDArrayMBS)
- method setXData(data() as double)
- method setXData(minValue as double, maxValue as double)
- 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
- class CDLegendBoxMBS
- method addKey(pos as integer, text as string, colorvalue as integer, lineWidth as integer=-1, drawarea as CDDrawAreaMBS=nil)
- method addKey(text as string, colorvalue as integer, lineWidth as integer=-1, drawarea as CDDrawAreaMBS=nil)
- 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 setCols(noOfCols as integer)
- method setKeyBorder(edgeColor as integer, raisedEffect as integer=0)
- method setKeySize(width as integer=-1, height as integer=-1, gap as integer=-1)
- method setKeySpacing(keySpacing as integer, lineSpacing as integer=-1)
- method setReverse(b as boolean=true)
- class CDLinearMeterMBS
- 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 setMeter(leftX as integer, topY as integer, width as integer, height as integer, axisPos as integer=4, isReversed as boolean=false)
- method setRail(railColor as integer, railWidth as integer=2, railOffset as integer=6)
- class CDLineLayerMBS
- method getLine(dataSet as integer=0) as CDLineObjMBS
- method setGapColor(lineColor as integer, lineWidth as integer=-1)
- method setImageMapWidth(Width as integer)
- method setSymbolScale(zDataX() as double, scaleTypeX as integer, zDataY() as double, scaleTypeY as integer=0)
- method setSymbolScale(zDataX() as double, scaleTypeX as integer=0)
- class CDLineMBS
- class CDMarkMBS
- method getLine as CDLineObjMBS
- method setDrawOnTop(b as boolean)
- method setLineWidth(width as integer)
- method setMarkColor(lineColor as integer, textColor as integer=-1, tickColor as integer=-1)
- method setValue(value as double)
- class CDMeterPointerMBS
- method setColor(fillColor as integer, edgeColor as integer=-1)
- method setPos(value 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 setShape(pointerType as integer)
- method setShape(pointerType as integer, lengthRatio as double)
- method setShape(pointerType as integer, lengthRatio as double, widthRatio as double)
- class CDMultiChartMBS
- method addChart(x as integer, y as integer, 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 setMainChart(c as CDBaseChartMBS)
- class CDPieChartMBS
- method Constructor(width as integer=640, height as integer=480, bgcolor as integer=&hFFFF0000, edgeColor as integer=&hFF000000, raisedEffect as integer=0)
- method sector(sectorNo as integer) as CDSectorMBS
- method set3D(depth as integer=-1, angle as double=-1, shadowMode as boolean=false)
- method set3D(depths() as double, angle as double=45, shadowMode as boolean=false)
- method setData(data() as double, label() as string)
- method setDonutSize(x as integer, y as integer, r as integer, r2 as integer)
- method setExplode(sectorNo as integer, distance as integer=-1)
- method setExplodeGroup(startSector as integer, endSector as integer, distance as integer=-1)
- method setJoinLine(joinLineColor as integer, joinLineWidth as integer=-1)
- method setLabelFormat(formatString as string)
- method setLabelLayout(layoutMethod as integer, pos as integer=-1, topBound as integer=-1, bottomBound as integer=-1)
- method setLabelPos(pos as integer, joinLineColor as integer=-1)
- method setLabelStyle(font as string="", fontsize as double=8, fontColor as integer=&hffff0002) as CDTextBoxMBS
- method setLineColor(edgeColor as integer, joinLineColor as integer=-1)
- method setPieSize(x as integer, y as integer, r as integer)
- method setStartAngle(startAngle as double, clockWise as boolean=true)
- class CDPlotAreaMBS
- method set4QBgColor(Q1Color as integer, Q2Color as integer, Q3Color as integer, Q4Color as integer, edgeColor as integer=-1)
- method setAltBgColor(horizontal as Boolean, color1 as integer, color2 as integer, edgeColor as integer=-1)
- method setBackground(colorvalue as integer, altBgColor as integer=-1, edgeColor as integer=-1)
- method setBackground(file as folderitem, align as integer=5)
- 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)
- class CDPolarChartMBS
- method addAreaLayer(data() as double, colorvalue as integer=-1, name as string="") as CDPolarAreaLayerMBS
- method addLineLayer(data() as double, colorvalue as integer=-1, name as string="") as CDPolarLineLayerMBS
- method addSplineAreaLayer(data() as double, colorvalue as integer=-1, name as string="") as CDPolarSplineAreaLayerMBS
- method addSplineLineLayer(data() as double, colorvalue as integer=-1, name as string="") as CDPolarSplineLineLayerMBS
- 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 angularAxis as CDAngularAxisMBS
- method Constructor(width as integer=640, height as integer=480, bgColor as integer=&hffff0000, edgeColor as integer=&hff000000, raisedEffect as integer=0)
- method getXCoor(r as double, a as double) as integer
- method getYCoor(r as double, a as double) as integer
- method radialAxis as CDRadialAxisMBS
- method setGridColor(rGridColor as integer=&h80000000, rGridWidth as integer=1, aGridColor as integer=&h80000000, aGridWidth as integer=1)
- method setGridStyle(polygonGrid as boolean, gridOnTop 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 setPlotAreaBg(bgColor1 as integer, bgColor2 as integer, altRings as boolean = true)
- method setStartAngle(startAngle as double, clockwise as boolean=true)
- class CDPolarLayerMBS
- method addCustomDataLabel(i as integer, label as string, font as string ="", fontSize as double = 8, fontColor as integer = &hffff0002, fontAngle 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 getImageCoor(dataItem as integer, offsetX as integer=0, offsetY as integer=0) as string
- method setAngles(data() as double)
- method setBorderColor(edgeColor as integer)
- 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 setDataSymbol(area as CDDrawAreaMBS)
- method setDataSymbol(image as folderitem)
- 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 setHTMLImageMap(url as string, queryFormat as string="", extraAttr as string="")
- method setImageMapWidth(width as integer)
- method setLineWidth(w as integer)
- method setSymbolScale(data() as double, scaleType as integer=0)
- class CDPolarLineLayerMBS
- method setCloseLoop(b as boolean)
- method setGapColor(lineColor as integer, lineWidth as integer)
- class CDPolarSplineAreaLayerMBS
- method setTension(tension as double)
- class CDPolarSplineLineLayerMBS
- method setTension(tension as double)
- class CDPolarVectorLayerMBS
- method setArrowAlignment(alignment as integer)
- method setArrowHead(polygon() as integer)
- method setArrowHead(width as integer, height as integer)
- method setArrowStem(polygon() as integer)
- method setIconSize(height as integer, width as integer=0)
- method setVector(lengths() as double, directions() as double, lengthScale as integer=0)
- class CDRanTableMBS
- method Constructor
- method Constructor(seed as integer, noOfCols as integer, noOfRows as integer)
- method getCol(colNo as integer) as CDArrayMBS
- method selectDate(colNo as integer, minDate as double, maxDate as double) as integer
- 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)
- class CDSectorMBS
- 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 setColor(colorvalue as integer, edgeColor as integer=-1, joinLineColor as integer=-1)
- method setExplode(distance as integer=-1)
- method setJoinLine(joinLineColor as integer, joinLineWidth as integer=1)
- method setLabelFormat(formatString as string="")
- method setLabelLayout(layoutMethod as integer, pos as integer=-1)
- method setLabelPos(pos as integer, joinLineColor as integer=-1)
- method setLabelStyle(font as string="", fontsize as double=8, fontcolor as integer=&hffff0002) as CDTextBoxMBS
- class CDSplineLayerMBS
- method setTension(tension as double)
- class CDStepLineLayerMBS
- method setAlignment(a as integer)
- class CDTextBoxMBS
- method setAlignment(a as integer)
- method setFontAngle(fontHeight as double, vertical as boolean=false)
- method setFontColor(colorvalue as integer)
- method setFontSize(fontHeight as double, fontWidth as double=0)
- method setFontStyle(font as string, fontIndex as integer=0)
- method setHeight(height as integer)
- method setMargin(leftMargin as integer, rightMargin as integer, topMargin as integer, bottomMargin as integer)
- method setMargin(m as integer)
- method setMaxWidth(width as integer)
- method setText(text as string)
- method setTruncate(maxWidth as integer, maxLines as integer=1)
- method setWidth(width as integer)
- class CDTrendLayerMBS
- 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 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 getCorrelation as double
- method getIntercept as double
- method getLine as CDLineObjMBS
- method getSlope as double
- method getStdError as double
- method setImageMapWidth(w as integer)
- class CDTTFTextMBS
- method draw(x as integer, y as integer, colorvalue as integer, alignment as integer=7)
- method getHeight as integer
- method getLineDistance as integer
- method getLineHeight as integer
- method getWidth as integer
- class CDVectorLayerMBS
- method setArrowAlignment(alignment as integer)
- method setArrowHead(polygon() as integer)
- method setArrowHead(width as integer, height as integer=0)
- method setArrowStem(polygon() as integer)
- method setIconSize(height as integer, width as integer=0)
- method setVector(lengths() as double, directions() as double, lengthScale as integer=0)
- class CDViewPortManagerMBS
- method canZoomIn(zoomDirection as integer) as boolean
- method canZoomOut(zoomDirection as integer) as boolean
- method Constructor
- method dragTo(scrollDirection as integer, x as integer, y as integer) as boolean
- method getPlotAreaHeight as integer
- method getPlotAreaLeft as integer
- method getPlotAreaTop as integer
- method getPlotAreaWidth as integer
- method getViewPortHeight as double
- method getViewPortLeft as double
- method getViewPortTop as double
- method getViewPortWidth as double
- method getZoomInHeightLimit as double
- method getZoomInWidthLimit as double
- method getZoomOutHeightLimit as double
- method getZoomOutWidthLimit as double
- method inPlotArea(x as integer, y as integer) as boolean
- method setChartMetrics(metrics as string)
- method setViewPortHeight(value as double)
- method setViewPortLeft(value as double)
- method setViewPortTop(value as double)
- method setViewPortWidth(value as double)
- method setZoomInHeightLimit(value as double)
- method setZoomInWidthLimit(value as double)
- method setZoomOutHeightLimit(value as double)
- method setZoomOutWidthLimit(value as double)
- method startDrag
- method validateViewPort
- 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
- class CDXYChartMBS
- 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 addAxis(align as integer, offset as integer) as CDAxisMBS
- method addBarLayer(data() as double, colors() as integer, 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, 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 addBoxLayer(boxTop() as double, boxBottom() as double, colorvalue as integer=-1, name as string="") as CDBoxWhiskerLayerMBS
- method addBoxWhiskerLayer(boxTop() as double, boxBottom() 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, maxData() as double, minData() as double) as CDBoxWhiskerLayerMBS
- 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 addBoxWhiskerLayer2(boxTop() as double, boxBottom() 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, maxData() as double, minData() as double) 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, 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 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 addHLOCLayer as CDHLOCLayerMBS
- 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, leadValue as double) 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 addInterLineLayer(line1 as CDLineObjMBS, line2 as CDLineObjMBS, color12 as integer, color21 as integer=-1) as CDInterLineLayerMBS
- method addLineLayer(data as CDArrayMBS, colorvalue as integer=-1, name as string="", 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(dataCombineMethod as integer=0, depth as integer=0) as CDLineLayerMBS
- 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 addSplineLayer as CDSplineLayerMBS
- method addSplineLayer(data() as double, colorvalue as integer=-1, name as string="") as CDSplineLayerMBS
- method addStepLineLayer as CDStepLineLayerMBS
- method addStepLineLayer(data() as double, colorvalue as integer=-1, name as string="") as CDStepLineLayerMBS
- 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 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 Constructor(width as integer=640, height as integer=480, bgcolor as integer=&hFFFF0000, edgeColor as integer=&hFF000000, raisedEffect as integer=0)
- 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 setClipping(margin as integer=0)
- 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 setXAxisOnTop(value as boolean=true)
- method setYAxisOnRight(value as boolean=true)
- method swapXY(value as boolean=true)
- method syncYAxis(slope as double=1, intercept as double=0)
- method xAxis as CDAxisMBS
- method xAxis2 as CDAxisMBS
- method xZoneColor(threshold as double, belowColor as integer, aboveColor as integer) as integer
- method yAxis as CDAxisMBS
- method yAxis2 as CDAxisMBS
- method yZoneColor(threshold as double, belowColor as integer, aboveColor as integer, yAxis as CDAxisMBS=nil) as integer
The items on this page are in the following plugins: MBS ChartDirector Plugin.
Monkeybread Software Realbasic Plugins - Pfarrgemeinderat St. Arnulf Nickenich