CDBaseChartMBS constants

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

Back to CDBaseChartMBS class.

Data Combine Methods

CDBaseChartMBS.kDepth = 2

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the data combine method constants.

A constant equals to 2 to represent the "Depth" data representation method for multiple data sets.
This constant is used in XYChart.addBarLayer, XYChart.addAreaLayer, and Layer.setDataCombineMethod.

CDBaseChartMBS.kOverlay = 0

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the data combine method constants.

A constant equals to 0 to represent the "Overlay" data representation method for multiple data sets.
This constant is used in XYChart.addBarLayer, XYChart.addAreaLayer, and Layer.setDataCombineMethod.

CDBaseChartMBS.kPercentage = 4

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the data combine method constants.

A constant equals to 4 to represent the "Percentage" data representation method for multiple data sets.
This constant is used in XYChart.addBarLayer, XYChart.addAreaLayer and Layer.setDataCombineMethod.

CDBaseChartMBS.kSide = 3

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the data combine method constants.

A constant equals to 3 to represent the "Side" data representation method for multiple data sets.
This constant is used in XYChart.addBarLayer, XYChart.addAreaLayer and Layer.setDataCombineMethod.

CDBaseChartMBS.kStack = 1

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
One of the data combine method constants.

A constant equals to 1 to represent the "Stack" data representation method for multiple data sets.
This constant is used in XYChart.addBarLayer, XYChart.addAreaLayer and Layer.setDataCombineMethod.

Directions

CDBaseChartMBS.kDirectionHorizontal = 0

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

A constant equals to 0 to represent that the zoom and/or scroll orientation is horizontal.
This constant is used in CChartViewer.setZoomDirection and CChartViewer.setScrollDirection.

CDBaseChartMBS.kDirectionHorizontalVertical = 2

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

A constant equals to 2 to represent that the zoom and/or scroll orientation can be both horizontal and vertical.
This constant is used in CChartViewer.setZoomDirection and CChartViewer.setScrollDirection.

CDBaseChartMBS.kDirectionVertical = 1

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

A constant equals to 1 to represent that the zoom and/or scroll orientation is vertical.
This constant is used in CChartViewer.setZoomDirection and CChartViewer.setScrollDirection.

Filter Modes

CDBaseChartMBS.kBesselFilter = 13

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

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

CDBaseChartMBS.kBlackmanFilter = 12

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

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

CDBaseChartMBS.kBoxFilter = 0

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

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

CDBaseChartMBS.kBSplineFilter = 3

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

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

CDBaseChartMBS.kCatromFilter = 5

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

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

CDBaseChartMBS.kGaussianFilter = 9

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

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

CDBaseChartMBS.kHammingFilter = 11

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

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

CDBaseChartMBS.kHanningFilter = 10

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

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

CDBaseChartMBS.kHermiteFilter = 4

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

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

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.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.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.kQuadraticFilter = 2

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
Example
A constant equals to 2 to represent  a Quadratic graphical re-sampling filter.
Please refer to Re-Sampling Filters for more information graphical filters in ChartDirector.

CDBaseChartMBS.kSincFilter = 7

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
Example
A constant equals to 7 to represent  a Sinc graphical re-sampling filter.
Please refer to Re-Sampling Filters for more information graphical filters in ChartDirector.

HLOC

CDBaseChartMBS.kHLOCDefault = 0

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

A constant equals to 0 to represent that the HLOC symbols should be drawn using the same color.
This constant is used in XYChart.addHLOCLayer and HLOCLayer.setColorMethod.

CDBaseChartMBS.kHLOCOpenClose = 1

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

A constant equals to 1 to represent that the HLOC symbols should be drawn using two alternative colors based on whether the closing price is higher than the opening price.
This constant is used in XYChart.addHLOCLayer and HLOCLayer.setColorMethod.

CDBaseChartMBS.kHLOCUpDown = 2

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

A constant equals to 2 to represent that the HLOC symbols should be drawn using two alternative colors based on whether the closing price is higher than the previous closing price.
This constant is used in XYChart.addHLOCLayer and HLOCLayer.setColorMethod.

Scale Modes

CDBaseChartMBS.kAngularAxisScale = 1

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

A constant equals to 1 to represent that the size is measured using the angular-axis scale.
This constant is used in PolarLayer.setSymbolScale.

CDBaseChartMBS.kEndPoints = 3

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 9.2
One of the scale constants.

A constant equals to 3 to represent that the vector lengths and directions are measured by specifying the end points.

CDBaseChartMBS.kPixelScale = 0

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

A constant equals to 0 to represent that the size is measured in pixels.
This constant is used in LineLayer.setSymbolScale, PolarLayer.setSymbolScale, XYChart.addVectorLayer, PolarChart.addVectorLayer, VectorLayer.setVector and PolarVectorLayer.setVector.

CDBaseChartMBS.kRadialAxisScale = 2

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

A constant equals to 2 to represent that the size is measured using the radial-axis scale.
This constant is used in PolarLayer.setSymbolScale, PolarChart.addVectorLayer and PolarVectorLayer.setVector.

CDBaseChartMBS.kXAxisScale = 1

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

A constant equals to 1 to represent that the size is measured using the x-axis scale.
This constant is used in LineLayer.setSymbolScale, XYChart.addVectorLayer and VectorLayer.setVector.

CDBaseChartMBS.kYAxisScale = 2

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

A constant equals to 2 to represent that the size is measured using y-axis scale.
This constant is used in LineLayer.setSymbolScale, XYChart.addVectorLayer and VectorLayer.setVector.

Special Colors

CDBaseChartMBS.kBackgroundColor = &hFFFF0000

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

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

CDBaseChartMBS.kDataColor = &hFFFF0008

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

A constant equals to FFFF0008 (in hex) to represent the starting index of automatic data color.
The array is in a format that can be directly used in BaseChart.setColors and DrawArea.setColorTable.
See Color Specification on how colors are represented in ChartDirector.

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.kPalette = &hFFFF0000

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

A constant equals to FFFF0000 (in hex) to represent the starting index of the color palette.
See Color Specification on how colors are represented in ChartDirector.

CDBaseChartMBS.kSameAsMainColor = &hFFFF0007

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

A constant equals to FFFF0007 (in hex) to represent the current main color.
See Color Specification on how colors are represented in ChartDirector.

CDBaseChartMBS.kTextColor = &hFFFF0002

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

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

CDBaseChartMBS.kTransparent = &hFF000000

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

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

Symmetric Modes

CDBaseChartMBS.kXAxisSymmetric = 1

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

A constant equals to 1 to represent that the x-axis should be symmetrical about the origin.
This constant is used in XYChart.setAxisAtOrigin.

CDBaseChartMBS.kXAxisSymmetricIfNeeded = 2

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

A constant equals to 2 to represent that the x-axis should be symmetrical about the origin if the data contain both positive and negative values.
This constant is used in XYChart.setAxisAtOrigin.

CDBaseChartMBS.kXYAxisSymmetric = 16

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

A constant equals to 16 to represent that the the x-axis and y-axis should be symmetrical about the origin.
This constant is used in XYChart.setAxisAtOrigin.

CDBaseChartMBS.kXYAxisSymmetricIfNeeded = 32

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

A constant equals to 32 to represent that the x-axis and y-axis should be symmetrical about the origin if the data contain both positive and negative values.
This constant is used in XYChart.setAxisAtOrigin.

CDBaseChartMBS.kYAxisSymmetric = 4

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

A constant equals to 4 to represent that the y-axis should be symmetrical about the origin.
This constant is used in XYChart.setAxisAtOrigin.

CDBaseChartMBS.kYAxisSymmetricIfNeeded = 8

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

A constant equals to 8 to represent that the y-axis should be symmetrical about the origin if the data contain both positive and negative values.
This constant is used in XYChart.setAxisAtOrigin.

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


💬 Ask a question or report a problem