CDPlotAreaMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics,
classes,
interfaces,
controls,
modules,
global methods by category,
global methods by name,
screenshots,
licenses
and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
CDPlotAreaMBS class
The PlotArea class represents plot areas in XY charts.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 19 methods
- method Constructor Private
- method getBottomY as Integer
- method getHeight as Integer
- method getLeftX as Integer
- method getRightX as Integer
- method getTopY as Integer
- method getWidth as Integer
- method moveGridBefore(layer as CDLayerMBS=nil)
- method set4QBgColor(Q1Color as color, Q2Color as color, Q3Color as color, Q4Color as color, edgeColor as color)
- 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 color, color2 as color, edgeColor as color)
- method setAltBgColor(horizontal as Boolean, color1 as Integer, color2 as Integer, edgeColor as Integer = -1)
- method setBackground(colorvalue as color, altBgColor as color, edgeColor as color)
- method setBackground(colorvalue as Integer, altBgColor as Integer = -1, edgeColor as Integer = -1)
- method setBackground(file as folderitem, align as Integer = 5)
- method setGridAxis(xGridAxis as CDAxisMBS, yGridAxis as CDAxisMBS)
- method setGridColor(hGridColor as color, vGridColor as color, minorHGridColor as color, minorVGridColor as color)
- 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)
This class has no sub classes.
Some methods using this class:
- CDXYChartMBS.getPlotArea as CDPlotAreaMBS
- CDXYChartMBS.setPlotArea(x as Integer, y as Integer, width as Integer, height as Integer, bgColor as color, altBgColor as color, edgeColor as color, hGridColor as color, vGridColor as color) as CDPlotAreaMBS
- CDXYChartMBS.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
Some examples using this class:
Blog Entries
Xojo Developer Magazine
The items on this page are in the following plugins: MBS ChartDirector Plugin.
CDPieChartMBS
-
CDPolarAreaLayerMBS