Platforms to show: All Mac Windows Linux Cross-Platform

Back to CDBaseChartMBS class.

Previous items Next items

CDBaseChartMBS.kInvertedTriangleSymbol = 6

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the symbol constants.

Inverted Triangle

CDBaseChartMBS.kJPG = 2

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
A constant equals to 2 to represent the JPG image format.

The JPEG format.
This constant is used in BaseChart.makeChart.

CDBaseChartMBS.kKeepAspectRatio = 3

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 21.2
A constant equals to 3 to represent can be both horizontal and vertical and the zoom level will be kept the same in both directions.

This constant is used in CChartViewer.setZoomDirection and QChartViewer.setZoomDirection .

CDBaseChartMBS.kLanczosFilter = 8

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the filter modes.

A constant equals to 8 to represent a Lanczos graphical re-sampling filter.
Please refer to Re-Sampling Filters for more information graphical filters in ChartDirector.

CDBaseChartMBS.kLeft = 4

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the alignments.

A constant equals to 4 to represent the left position.
See Alignment Specification for supported alignment types.

CDBaseChartMBS.kLeftTriangleShape = 5

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
A constant equals to 5 to represent a triangle pointing leftwards.

Left Triangle
Please refer to Shape Specification for samples and more information on using shapes in ChartDirector.

CDBaseChartMBS.kLeftTriangleSymbol = 5

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the symbol constants.

Left Triangle

CDBaseChartMBS.kLinearFilter = 1

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the filter modes.

A constant equals to 1 to represent a Linear graphical re-sampling filter.
Please refer to Re-Sampling Filters for more information graphical filters in ChartDirector.

CDBaseChartMBS.kLinearRegression = 1

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 9.2
One of the regression modes.

A constant equals to 1 to represent that linear regression be used to draw a trend line.

CDBaseChartMBS.kLineColor = &hFFFF0001

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the special color constants.

A constant equals to FFFF0001 (in hex) to represent the default line color.
See Color Specification on how colors are represented in ChartDirector.

CDBaseChartMBS.kLinePointer = 4

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the pointer constants.

A constant equals to 4 to represent the line style meter pointer.
This constant is used in MeterPointer.setShape.

CDBaseChartMBS.kLinePointer2 = 7

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 15.1
One of the pointer constants.

A constant equals to 7 to represent the line style meter pointer.
This constant is used in MeterPointer.setShape.

CDBaseChartMBS.kLocalGradientShading = 2

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 9.2
A constant equals to 2 to represent local gradient sector shading style.

Local gradient shading

CDBaseChartMBS.kLogarithmicRegression = -2

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 9.2
One of the regression modes.

A constant equals to -2 to represent that logarithmic regression be used to draw a trend line.
This constant is used in CDTrendLayerMBS.setRegressionType.

CDBaseChartMBS.kMitchellFilter = 6

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the filter modes.

A constant equals to 6 to represent a Mitchell graphical re-sampling filter.
Please refer to Re-Sampling Filters for more information graphical filters in ChartDirector.

CDBaseChartMBS.kMonotonicAuto = 4

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 9.2
One of the monotonic modes.

A constant equals to 4 to represent that the system will automatically determine whether to constrained a spline curve to not overshooting or undershooting in the x-axis direction and/or the y-axis direction.

CDBaseChartMBS.kMonotonicNone = 0

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 9.2
One of the monotonic modes.

A constant equals to 0 to represent that a spline curve is not constraint to flow in any direction.

CDBaseChartMBS.kMonotonicX = 1

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 9.2
One of the monotonic modes.

A constant equals to 1 to represent that a spline curve is constrained to not overshooting or undershooting in the x-axis direction.

CDBaseChartMBS.kMonotonicXY = 3

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 9.2
One of the monotonic modes.

A constant equals to 3 to represent that a spline curve is constrained to not overshooting or undershooting in both the x-axis direction and the y-axis direction.

CDBaseChartMBS.kMonotonicY = 2

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 9.2
One of the monotonic modes.

A constant equals to 2 to represent that a spline curve is constrained to not overshooting or undershooting in the y-axis direction.

CDBaseChartMBS.kNewShape = -1342177279

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 21.2
A constant equals to &h4fffffff in hexadecimal to represent a shape separator in custom shape definition.

This constant is used in custom shape definition in DrawArea.polyShape, DataSet.setDataSymbol4 and PolarLayer.setDataSymbol4.

CDBaseChartMBS.kNoAntiAlias = 0

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
A constant equals to 0 to represent that text should be drawn without using anti-alias.

No Anti-Aliasing
This constant is used in BaseChart.setAntiAlias and DrawArea.setAntiAlias.

CDBaseChartMBS.kNoGlare = 1

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the glare modes.

A constant equals to 1 to represent disabling the glare in CDBaseChartMBS.glassEffect shading style.

CDBaseChartMBS.kNoLegend = 2

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the legend modes.

A constant equals to 2 to represent that no legend keys should be added to the legend box.
This constant is used in Layer.setLegendOrder.

CDBaseChartMBS.kNoPalette = 2

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
A constant equals to 2 to represent that true color image format should always be used.

No palette.
This constant is used in DrawArea.setPaletteMode.

CDBaseChartMBS.kNormalGlare = 3

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the glare modes.

A constant equals to 3 to represent using normal glare strength in CDBaseChartMBS.glassEffect shading style.

CDBaseChartMBS.kNormalLegend = 0

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the legend modes.

A constant equals to 0 to represent that the legend keys order should follow the creation order of the data sets.
This constant is used in Layer.setLegendOrder.

CDBaseChartMBS.kNoShape = 0

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
The constant to specify that no shape is used.

No shape

CDBaseChartMBS.kNoSymbol = 0

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the symbol constants.

No symbol

CDBaseChartMBS.kOrderedDither = 1

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
A constant equals to 1 to represent that the ordered dithering method should be used if dithering is required.

Ordered Dither
This constant is used in DrawArea.setDitherMethod.

Previous items Next items

The items on this page are in the following plugins: MBS ChartDirector Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...