Platforms to show: All Mac Windows Linux Cross-Platform

Back to CDBaseChartMBS class.

Next items

CDBaseChartMBS.kAggregateAvg = 1

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

A constant equals to 1 to represent using the average as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAggregateCount = 9

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

A constant equals to 9 to represent using the item count as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAggregateFirst = 7

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

A constant equals to 7 to represent using the first value as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAggregateLast = 8

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

A constant equals to 8 to represent using the last value as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAggregateMax = 5

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

A constant equals to 5 to represent using the maximum value as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAggregateMed = 4

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

A constant equals to 4 to represent using the median value as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAggregateMin = 3

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

A constant equals to 3 to represent using the minimum value as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAggregatePercentile = 6

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

A constant equals to 6 to represent using the percentile value as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAggregateStdDev = 2

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

A constant equals to 2 to represent using the standard deviation as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAggregateSum = 0

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

A constant equals to 0 to represent using the sum as the aggregated value in CDArrayMBS.aggregate.

CDBaseChartMBS.kAltDashLine = &h0A050505

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

A constant equals to 0A050505 (in hex) to represent a alternating long/short dash line pattern for use in dash colors.
See Color Specification on how colors are represented in ChartDirector.

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.kAntiAlias = 1

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

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

CDBaseChartMBS.kArrowPointer = 2

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

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

CDBaseChartMBS.kArrowPointer2 = 3

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

A constant equals to 3 to represent the alternative arrow style meter pointer.
This constant is used in MeterPointer.setShape.

CDBaseChartMBS.kAutoAntiAlias = 2

Type Topic Plugin Version
const ChartDirector MBS ChartDirector Plugin 8.2
A constant equals to 2 to represent that text should be drawn with anti-alias if necessary based on font attributes.

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

CDBaseChartMBS.kAutoGrid = -2

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

A constant equals to -2 to represent that the number of columns in the legend box with grid layout is automatically determine.
This constant is used in BaseChart.addLegend and LegendBox.setCols.

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.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.kBMP = 4

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

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

CDBaseChartMBS.kBottom = 2

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

A constant equals to 2 to represent the bottom position.
See Alignment Specification for supported alignment types.

CDBaseChartMBS.kBottomCenter = 2

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

A constant equals to 2 to represent the bottom center position.
See Alignment Specification for supported alignment types.

CDBaseChartMBS.kBottomLeft = 1

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

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

CDBaseChartMBS.kBottomLeft2 = 12

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

A constant equals to 12 to represent the alternative exterior bottom left position.
See Alignment Specification for supported alignment types.

CDBaseChartMBS.kBottomRight = 3

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

A constant equals to 3 to represent the bottom right position.
See Alignment Specification for supported alignment types.

CDBaseChartMBS.kBottomRight2 = 13

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

A constant equals to 13 to represent the alternative exterior bottom right position.
See Alignment Specification for supported alignment types.

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.

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...