|
Constants for managing charts
Display constants used by prefixed syntaxes only Versions 19 and later New in version 19 Versions 21 and later New in version 21 Versions 23 and later New in version 23The following constants are used to manage charts:
| | | Constant | Description | Used by the functions |
---|
gr3DSAreaDepth | Chart type: 3D chart of areas shown one behind the other. | grCreate, grType | gr3DSAreaStacked | Chart type: 3D chart of stacked areas. | grCreate, grType | gr3DSColumnClustered | Chart type: 3D clustered column chart The bars are represented by 3D rectangles. | grCreate, grType | gr3DSColumnDepth | Chart type: 3D column chart in depth: the series are represented in perspective. The bars are represented by 3D rectangles. | grCreate, grType | gr3DSColumnStacked | Chart type: 3D stacked bar chart The bars are represented by 3D rectangles. | grCreate, grType | gr3DSCylinderColClustered | Chart type: 3D clustered column chart The bars are represented by cylinders. | grCreate, grType | gr3DSCylinderColDepth | Chart type: 3D column chart in depth: the series are represented in perspective. The bars are represented by cylinders. | grCreate, grType | gr3DSCylinderColStacked | Chart type: 3D stacked bar chart. The bars are represented by cylinders. | grCreate, grType | gr3DSLine | Chart type: 3D line chart. | grCreate, grType | gr3DSMinMax | Chart type: 3D Stock chart displaying the difference between the minimum and maximum stock price. | grCreate, grType | gr3DSPie | Chart type: 3D pie chart. | grCreate, grType | gr3DSPropAnimation | Type of animation played when displaying the chart. | gr3DSParameter, grParameter | gr3DSPropAutoZoom | Automatic zoom of chart. | gr3DSParameter, grParameter | gr3DSPropColorPlaneX | Color of vertical plane (axis to right or to left). | gr3DSParameter, grParameter | gr3DSPropColorPlaneY | Color of horizontal plane (axis above or below). | gr3DSParameter, grParameter | gr3DSPropColorPlaneZ | Color of background plane. | gr3DSParameter, grParameter | gr3DSPropDistance | Zoom of chart. | gr3DSParameter, grParameter | gr3DSPropElevation | Rotation angle of chart around the vertical axis (Y axis). | gr3DSParameter, grParameter | gr3DSPropLegendOverlap | The legend and title overlap the chart. | gr3DSParameter, grParameter | gr3DSPropLightX | X coordinate of the light that is lighting the chart. | gr3DSParameter, grParameter | gr3DSPropLightY | Y coordinate of the light that is lighting the chart. | gr3DSParameter, grParameter | gr3DSPropRotation | Rotation angle of chart around the horizontal axis (X axis). | gr3DSParameter, grParameter | gr3DSPropTransparency | Transparency level for the bars or sections of chart. | gr3DSParameter, grParameter | gr3DSScatter | Chart type: 3D scatter chart. | grCreate, grType | Versions 17 and latergrAlgoFunnel New in version 17grAlgoFunnel grAlgoFunnel | Mode for representing the data in a Funnel chart. | grParameter | Versions 24 and latergrAlgoPyramid New in version 24grAlgoPyramid grAlgoPyramid | Mode for representing the data in a Pyramid chart. | grParameter | grAllSeries | Allows you to change the line thickness for all series | grLineThickness | grArea | Chart type: Area. | grCreate, grType, grSeriesType | grAtBottom | - Legend displayed at the bottom of chart.
- Title displayed at the bottom of chart.
- Vertical axis oriented to the bottom.
| grLegend, grTitle, grOrientation | grAtLeft | - Chart legend displayed on the left.
- Horizontal axis oriented to the left.
Versions 25 and laterSeries of Comparative histogram positioned on the right. New in version 25Series of Comparative histogram positioned on the right. Series of Comparative histogram positioned on the right.
| grLegend, grOrientation, grComparativeSeriesPosition | grAtRight | - Chart legend displayed on the right.
- Horizontal axis oriented to the right.
Versions 25 and laterSeries of Comparative histogram positioned on the right. New in version 25Series of Comparative histogram positioned on the right. Series of Comparative histogram positioned on the right.
| grLegend, grOrientation, grComparativeSeriesPosition | grAtTop | - Legend displayed at the top of chart.
- Title displayed at the top of chart.
- Vertical axis oriented to the top.
| grLegend, grTitle, grOrientation | grAxisX | - Coordinates of bounds on the X axis.
- Axis used for the rotation of a Surface chart.
| grPointInfo grRotation | grAxisY | - Coordinates of bounds on the Y axis.
- Axis used for the rotation of a Surface chart.
| grPointInfo grRotation | Versions 18 and latergrAxisZ New in version 18grAxisZ grAxisZ | - Coordinates of bounds on the Z axis.
- Axis used for the rotation of a Surface chart.
| grPointInfo grRotation | grBarCharts | Chart type: Stock | grCreate, grType, grSeriesType | Versions 16 and latergrBubbleChart New in version 16grBubbleChart grBubbleChart | Chart type: Bubble chart. | grCreate, grType, grSeriesType | grCallback | Type of fill for the series: Series filled by a WLanguage function/procedure. | grSourceSeries | grCandleStick | Chart type: Stock chart (Japanese candlestick). | grCreate, grType, grSeriesType | grCategory | Number of pointed category. | grInfoXY | grColorAutomatic | Series color automatically defined | ..SeriesColor | grColorAxis | Color of axes. | grColor | grColorAxisSide | Color of raised part of axes | grColor | grColorBorder | Color of border for the chart elements (for the charts other than 3D charts). Used to find out and modify the border color for a bar in a Column chart. | grColor | grColorBullishCandlestick | Color of bars in a candlestick when the closing value is greater than the opening value. | grColor | Versions 21 and latergrColorGradient New in version 21grColorGradient grColorGradient | Mode for displaying colors between two values in a Heatmap chart: A linear gradient is applied to the intermediate values. | grParameter | grColorGridlines | Gridline color. | grColor | grColorGridlinesSide | Color of raised part of gridlines. | grColor | grColorLegend | Color of legend border. | grColor | grColorLegendBackground | Legend background color. | grColor | grColumn | Chart type: Bar chart. | grCreate, grType, grSeriesType | grColumnStacked | Chart type: Stacked column chart. | grCreate, grType, grSeriesType | grCurve | Chart type: Line chart. | grCreate, grType, grSeriesType | Versions 22 and latergrCurveQuadraticRegression New in version 22grCurveQuadraticRegression grCurveQuadraticRegression | Chart type: Line chart in the following format: "ax2 + bx + c". The curvature is defined by performing a quadratic regression on the specified series. | grSeriesType | Versions 15 and latergrData New in version 15grData grData | Type of deletion: Deletes data from the series. | grDeleteSeries | Versions 15 and latergrDataAndStyle New in version 15grDataAndStyle grDataAndStyle | Type of deletion: Deletes data and style from the series. | grDeleteSeries | Versions 19 and latergrDefault New in version 19grDefault grDefault | Waterfall chart: Category of chart values. | grWaterfallCategoryType | grDonut | Chart type: Donut. | grCreate, grType | grEndValue | End value of series (stock chart only) | grStockGetData, grInfoXY | Versions 17 and latergrFunnel New in version 17grFunnel grFunnel | Chart type: Funnel. | grCreate, grType | Versions 17 and latergrFunnelArea New in version 17grFunnelArea grFunnelArea | Mode for representing the data in a Funnel chart: The value is symbolized by the area of funnel section. | grParameter | Versions 17 and latergrFunnelHeight New in version 17grFunnelHeight grFunnelHeight | Mode for representing the data in a Funnel chart: The value is symbolized by the height of funnel section. | grParameter | Versions 18 and latergrGridlinesX New in version 18grGridlinesX grGridlinesX | The gridlines are displayed on the X axis. | grSurfaceGridlines grScatter3DGridlines | Versions 18 and latergrGridlinesY New in version 18grGridlinesY grGridlinesY | The gridlines are displayed on the Y axis. | grSurfaceGridlines grScatter3DGridlines | Versions 18 and latergrGridlinesZ New in version 18grGridlinesZ grGridlinesZ | The gridlines are displayed on the Z axis. | grSurfaceGridlines grScatter3DGridlines | Versions 23 and latergrhaMax New in version 23grhaMax grhaMax | Aggregation algorithm to use: Aggregation according to the maximum of data. | grColumnAggregation | Versions 23 and latergrhaMean New in version 23grhaMean grhaMean | Aggregation algorithm to use: Aggregation according to the mean of data. | grColumnAggregation | Versions 23 and latergrhaMin New in version 23grhaMin grhaMin | Aggregation algorithm to use: Aggregation according to the minimum of data. | grColumnAggregation | Versions 23 and latergrhaNone New in version 23grhaNone grhaNone | Aggregation algorithm to use: None. | grColumnAggregation | Versions 23 and latergrhaSum New in version 23grhaSum grhaSum | Aggregation algorithm to use: Aggregation according to the sum of data. | grColumnAggregation | Versions 21 and latergrHeatMap New in version 21grHeatMap grHeatMap | Chart type: Heatmap chart. | grCreate, grType | Versions 21 and latergrHigherLevel New in version 21grHigherLevel grHigherLevel | Mode for displaying colors between two values in a Heatmap chart: The display of colors is done by level. All the values greater than or equal to the level will take the color given by grHMColor. | grParameter | Versions 21 and latergrHMColorEmptyValue New in version 21grHMColorEmptyValue grHMColorEmptyValue | The specified color will be applied to the data outside level or without value. This color is transparent by default. | grHMColor | Versions 21 and latergrHMDisplayColor New in version 21grHMDisplayColor grHMDisplayColor | Mode for displaying colors in a Heatmap chart. | grParameter | Versions 22 and latergrInfiniteZoomOut New in version 22grInfiniteZoomOut grInfiniteZoomOut | Mode for managing the zoom out on a Chart control. | grParameter | Versions 20 and latergrInteractiveSunburst New in version 20grInteractiveSunburst grInteractiveSunburst | Mode for managing the interactivity in a Sunburst chart. | grParameter | Versions 25 and latergrInvisible New in version 25grInvisible grInvisible | Allows making the axis invisible. | grAxisVisible | grItem | Type of fill for the series: Series filled from an item. | grSourceSeries | Versions 25 and latergrLabelOnly New in version 25grLabelOnly grLabelOnly | Allows displaying only the labels of the axis. | grAxisVisible | Versions 22 and latergrLineConstant New in version 22grLineConstant grLineConstant | Displays a horizontal line at the specified position. | grSeriesType | Versions 22 and latergrLineLinearRegression New in version 22grLineLinearRegression grLineLinearRegression | Displays a line whose inclination is calculated by performing a linear regression on the specified series. | grSeriesType | Versions 22 and latergrLineMeanValue New in version 22grLineMeanValue grLineMeanValue | Displays a horizontal line at the mean of specified series. | grSeriesType | grListBox | Type of fill for the series: Series filled from a list box. | grSourceSeries | Versions 21 and latergrLowerLevel New in version 21grLowerLevel grLowerLevel | Mode for displaying colors between two values in a Heatmap chart: The display of colors is done by level. All the values less than or equal to the level will take the color given by grHMColor. | grParameter | grMaskAxis | The specified mask is used to format the values displayed on the chart axes. | grMask | grMaskPercent | The specified mask is used to format the percentages displayed in the chart (grLabel(<Chart Name>, grShowPercent, True)) | grMask | Versions 21 and latergrMaskTimeAxis New in version 21grMaskTimeAxis grMaskTimeAxis | The specified mask is used to format the dates or times displayed on the chart axes. | grMask | grMaskValue | The specified mask is used to format the values displayed in the chart (grLabel(<Chart Name>, grShowValue, True)) | grMask | grMax | - Coordinates of upper bound.
Versions 22 and laterPosition of axis: placed on the maximum mark of chart New in version 22Position of axis: placed on the maximum mark of chart Position of axis: placed on the maximum mark of chart
| grPointInfo, grAxisPosition | grMaxValue | Maximum value of series (stock chart only) | grStockGetData, grInfoXY | Versions 23 and latergrMenuForCompatibility New in version 23grMenuForCompatibility grMenuForCompatibility | Popup menu of chart: Popup menu in the format of a drop-down menu (kept for backward compatibility with the versions earlier than version 23). | grMenu | Versions 23 and latergrMenuNone New in version 23grMenuNone grMenuNone | Popup menu of chart: None | grMenu | Versions 23 and latergrMenuWindow New in version 23grMenuWindow grMenuWindow | Popup menu of chart: Popup menu in window format. | grMenu | grMin | - Coordinates of lower bound.
Versions 22 and laterPosition of axis: placed on the minimum mark of chart. New in version 22Position of axis: placed on the minimum mark of chart. Position of axis: placed on the minimum mark of chart.
| grPointInfo, grAxisPosition | grMinMax | Chart type: Stock chart displaying the difference between the minimum and maximum values | grCreate, grType, grSeriesType | grMinValue | Minimum value of series (stock chart only) | grStockGetData, grInfoXY | Versions 19 and latergrNegative New in version 19grNegative grNegative | Waterfall chart: Define the color for the negative values. | grWaterfallColor | Versions 18 and latergrNoGridlines New in version 18grNoGridlines grNoGridlines | Used to cancel the gridlines. | grSurfaceGridlines grScatter3DGridlines | grNone | Title or legend of chart not displayed | grLegend, grTitle | Versions 22 and latergrNotDrawn New in version 22grNotDrawn grNotDrawn | Type of point: Point not drawn. | grPointType, grSeriesPointType | Versions 16 and latergrOptimizedLocation New in version 16grOptimizedLocation grOptimizedLocation | Enable the optimization used to fill the available space for the Pie, Semi-circular and Donut charts displayed in a control or in a window. | grParameter | grOptimizedMarksX | Enable the optimization of marks on the horizontal axis (X axis). | grParameter | grOptimizedMarksY | Enable the optimization of marks on the vertical axis (Y axis). | grParameter | Versions 20 and latergrPath New in version 20grPath grPath | Path of section in the Sunburst chart. | grInfoXY | grPie | Chart type: Pie | grCreate, grType | Versions 18 and latergrPlaneXY New in version 18grPlaneXY grPlaneXY | Gridlines of XY plane. | grSurfaceGridlines grScatter3DProjection grScatter3DGridlines | Versions 18 and latergrPlaneXZ New in version 18grPlaneXZ grPlaneXZ | Gridlines of XZ plane. | grSurfaceGridlines grScatter3DProjection grScatter3DGridlines | Versions 18 and latergrPlaneYZ New in version 18grPlaneYZ grPlaneYZ | Gridlines of YZ plane. | grSurfaceGridlines grScatter3DProjection grScatter3DGridlines | Versions 22 and latergrPointCircle New in version 22grPointCircle grPointCircle | Type of point: Point shaped like a circle. | grPointType, grSeriesPointType grScatter3DAddData | Versions 22 and latergrPointCross New in version 22grPointCross grPointCross | Type of point: Point shaped like a cross. | grPointType, grSeriesPointType grScatter3DAddData | Versions 23 and latergrPointCube New in version 23grPointCube grPointCube | Type of point: Point shaped like a cube (3D). | grScatter3DAddData | Versions 22 and latergrPointDiamond New in version 22grPointDiamond grPointDiamond | Type of point: Point shaped like a diamond. | grPointType, grSeriesPointType grScatter3DAddData | Versions 23 and latergrPointPyramid New in version 23grPointPyramid grPointPyramid | Type of point: Point shaped like a pyramid (3D). | grScatter3DAddData | Versions 23 and latergrPointSphere New in version 23grPointSphere grPointSphere | Type of point: Point shaped like a sphere (3D). | grScatter3DAddData | Versions 22 and latergrPointSquare New in version 22grPointSquare grPointSquare | Type of point: Point shaped like a square. | grPointType, grSeriesPointType grScatter3DAddData | Versions 22 and latergrPointTriangle New in version 22grPointTriangle grPointTriangle | Type of point: Point shaped like a triangle. | grPointType, grSeriesPointType grScatter3DAddData | Versions 19 and latergrPositive New in version 19grPositive grPositive | Waterfall chart: Define the color for the positive values. | grWaterfallColor | grProgramming | Type of fill for the series: Series described by programming. | grSourceSeries | Versions 23 and latergrProjection3DScatter New in version 23grProjection3DScatter grProjection3DScatter | Mode for displaying the projections on a 3D Scatter chart. | grParameter | Versions 23 and latergrProjectionAlwaysVisible New in version 23grProjectionAlwaysVisible grProjectionAlwaysVisible | Mode for displaying the projections on a 3D Scatter chart: These projections are always visible. | grParameter | Versions 23 and latergrProjectionClick New in version 23grProjectionClick grProjectionClick | Mode for displaying the projections on a 3D Scatter chart: The projections are visible during the click on the point. | grParameter | Versions 23 and latergrProjectionNone New in version 23grProjectionNone grProjectionNone | Mode for displaying the projections on a 3D Scatter chart: no projection. | grParameter | Versions 24 and latergrPyramid New in version 24grPyramid grPyramid | Chart type: Pyramid. | grCreate, grType | Versions 24 and latergrPyramidHeight New in version 24grPyramidHeight grPyramidHeight | Mode for representing the data in a Pyramid chart: The value is symbolized by the height of the pyramid section. | grParameter | Versions 24 and latergrPyramidVolume New in version 24grPyramidVolume grPyramidVolume | Mode for representing the data in a Pyramid chart: The value is symbolized by the area of the pyramid section. | grParameter | grRadar | Chart type: Radar | grCreate, grType | Versions 23 and latergrSamplingEnabled New in version 23grSamplingEnabled grSamplingEnabled | Enable the data sampling. | grParameter | grScatter | Chart type: Scatter. | grCreate, grType, grSeriesType | Versions 23 and latergrScatter3D New in version 23grScatter3D grScatter3D | Chart type: 3D Scatter chart. | grCreate, grType | Versions 22 and latergrScrollbarZoomAlwaysVisible New in version 22grScrollbarZoomAlwaysVisible grScrollbarZoomAlwaysVisible | Mode for displaying the scrollbar in a Chart control at the end of zoom. | grParameter | Versions 22 and latergrSecondaryYCoord New in version 22grSecondaryYCoord grSecondaryYCoord | Returns the Y coordinate according to the secondary axis of chart point. | grInfoXY | grSecondaryYCoordinate | Defines the secondary Y axis. | grGraduate, grOrigin, grAxisTitle grZoom | grSemiCircular | Chart type: Semi-circular. | grCreate, grType | grSeries | Number of the pointed series. | grInfoXY | grShowLabel | Additional legend: Label of data categories. | grLabel | grShowPercent | Additional legend: Percentage of data categories. | grLabel | grShowTooltip | Enables or disables the tooltip. | grTooltip | grShowValue | Additional legend: Value of data categories. | grLabel | grShowValueIfNull | Additional legend: Label of data categories, even for the null values in the stacked column chart. | grLabel | grStartValue | Start value of series (stock chart only) | grStockGetData,grInfoXY | Versions 19 and latergrSubTotal New in version 19grSubTotal grSubTotal | Waterfall chart: Sub-total category. | grWaterfallColor, grWaterfallCategoryType | Versions 20 and latergrSunburst New in version 20grSunburst grSunburst | Chart type: Sunburst | grCreate, grType | Versions 20 and latergrSunburstCaptionPerpendicularSection New in version 20grSunburstCaptionPerpendicularSection grSunburstCaptionPerpendicularSection | Mode for displaying labels in a Sunburst chart. | grParameter | Versions 20 and latergrSunburstMaxLevel New in version 20grSunburstMaxLevel grSunburstMaxLevel | Maximum number of levels displayed in a Sunburst chart. | grParameter | Versions 18 and latergrSurface New in version 18grSurface grSurface | Chart type: Surface | grCreate, grType | grTable | Type of fill for the series: Series filled from a WLanguage array | grSourceSeries | grTableColumn | Type of fill for the series: Series filled from a column table. | grSourceSeries | Versions 23 and latergrTheoreticalCategory New in version 23grTheoreticalCategory grTheoreticalCategory | Number of the category that corresponds to a pointed X coordinate (regardless of the series) and even if the cursor is not on the chart drawing. | grInfoXY | Versions 23 and latergrtlDay New in version 23grtlDay grtlDay | Supported level: day. | grTimeLevelMask, grTimeLevelMax | Versions 23 and latergrtlHour New in version 23grtlHour grtlHour | Supported level: time. | grTimeLevelMask, grTimeLevelMax | Versions 23 and latergrtlMillisecond New in version 23grtlMillisecond grtlMillisecond | Supported level: millisecond. | grTimeLevelMask, grTimeLevelMax | Versions 23 and latergrtlMinute New in version 23grtlMinute grtlMinute | Supported level: minute. | grTimeLevelMask, grTimeLevelMax | Versions 23 and latergrtlMonth New in version 23grtlMonth grtlMonth | Supported level: month. | grTimeLevelMask, grTimeLevelMax | Versions 23 and latergrtlSecond New in version 23grtlSecond grtlSecond | Supported level: second. | grTimeLevelMask, grTimeLevelMax | Versions 23 and latergrtlYear New in version 23grtlYear grtlYear | Supported level: year. | grTimeLevelMask, grTimeLevelMax | grTooltipFormat | Describes the tooltip format | grTooltip | Versions 16 and latergrTooltipFormatBubbleChart New in version 16grTooltipFormatBubbleChart grTooltipFormatBubbleChart | Describes the tooltip format for a Bubble chart. | grTooltip | Versions 20 and latergrTooltipFormatCrosshairHeader New in version 20grTooltipFormatCrosshairHeader grTooltipFormatCrosshairHeader | Describes the header format for the chart crosshairs. | grTooltip | Versions 21 and latergrTooltipFormatHeatMap New in version 21grTooltipFormatHeatMap grTooltipFormatHeatMap | Describes the tooltip format for a Heatmap chart. | grTooltip | grTooltipFormatPie | Describes the tooltip format for a Pie chart. | grTooltip | grTooltipFormatScatter | Describes the tooltip format for a Scatter chart. | grTooltip | grTooltipFormatStock | Describes the tooltip format for a Stock chart. | grTooltip | Versions 19 and latergrTotal New in version 19grTotal grTotal | Waterfall chart: Total category. | grWaterfallColor, grWaterfallCategoryType | grValue | Value of pointed series. | grInfoXY | grValueNotFound | Constant returned when using the [] operator to handle the values of a series:
for example: ChartControl[Series][Value] or ChartControl[Series, Value]
This constant means that the nth value of series was not defined. | | Versions 25 and latergrVisible New in version 25grVisible grVisible | Allows making the axis visible. | grAxisVisible | Versions 19 and latergrWaterfall New in version 19grWaterfall grWaterfall | Chart type: Waterfall | grCreate, grType, grSeriesType | Versions 22 and latergrXCoord New in version 22grXCoord grXCoord | Returns the X coordinate of chart point. | grInfoXY | grXCoordinate | Defines the horizontal axis | grGraduate, grPointInfo, grOrientation, grOrigin, grGridlines, grAxisTitle, grSurfaceMarkCaption, grSurfaceDeleteMarkCaption, grSurfaceGetData, grZoom grAxisPosition grScatter3DMarkCaption, grScatter3DDeleteMarkCaption | grXValue | X value of the series (Scatter chart). | grScatterGetDataXY, grInfoXY | Versions 22 and latergrYCoord New in version 22grYCoord grYCoord | Returns the Y coordinate of chart point. | grInfoXY | grYCoordinate | Defines the Y axis. | grGraduate, grOrientation grOrigin, grGridlines, grSurfaceGetData, grAxisTitle, grZoom grAxisPosition grScatter3DMarkCaption, grScatter3DDeleteMarkCaption | grYValue | Y value of the series (Scatter chart). | grScatterGetDataXY, grInfoXY | Versions 18 and latergrZCoordinate New in version 18grZCoordinate grZCoordinate | Defines the Z axis. | grGraduate, grOrigin, grSurfaceMarkCaption, grSurfaceDeleteMarkCaption, grSurfaceGetData grScatter3DMarkCaption, grScatter3DDeleteMarkCaption | Versions 22 and latergrZero New in version 22grZero grZero | Position of axis: Axis placed on mark 0. | grAxisPosition |
Versions 23 and laterThe following constants are used to manage charts (prefixed syntax):
| | | Constant | Description | Used by the functions |
---|
gr3DSAreaDepth | Chart type: 3D chart of areas shown one behind the other | grCreate, <Chart>.Type | gr3DSAreaStacked | Chart type: 3D chart of stacked areas | grCreate, <Chart>.Type | gr3DSColumnClustered | Chart type: 3D clustered column chart The bars are represented by 3D rectangles. | grCreate, <Chart>.Type | gr3DSColumnDepth | Chart type: 3D column chart in depth: the series are represented in perspective. The bars are represented by 3D rectangles. | grCreate,
| gr3DSColumnStacked | Chart type: 3D stacked bar chart The bars are represented by 3D rectangles. | grCreate, <Chart>.Type | gr3DSCylinderColClustered | Chart type: 3D clustered column chart The bars are represented by cylinders. | grCreate, <Chart>.Type | gr3DSCylinderColDepth | Chart type: 3D column chart in depth: the series are represented in perspective. The bars are represented by cylinders. | grCreate, <Chart>.Type | gr3DSCylinderColStacked | Chart type: 3D stacked bar chart. The bars are represented by cylinders. | grCreate, <Chart>.Type | gr3DSLine | Chart type: 3D line chart | grCreate, <Chart>.Type | gr3DSMinMax | Chart type: 3D Stock chart displaying the difference between the minimum and maximum stock price. | grCreate, <Chart>.Type | gr3DSPie | Chart type: 3D pie chart | grCreate, <Chart>.Type | gr3DSPropAnimation | Type of animation played when displaying the chart | <Chart>.3DSParameter,
| gr3DSPropAutoZoom | Automatic zoom of chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropColorPlaneX | Color of vertical plane (axis to right or to left) | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropColorPlaneY | Color of horizontal plane (axis above or below) | <Chart>.3DSParameter,
| gr3DSPropColorPlaneZ | Color of background plane | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropDistance | Zoom of chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropElevation | Rotation angle of chart around the vertical axis (Y axis) | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropLegendOverlap | The legend and title overlap the chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropLightX | X coordinate of the light that is lighting the chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropLightY | Y coordinate of the light that is lighting the chart | <Chart>.3DSParameter,
| gr3DSPropRotation | Rotation angle of chart around the horizontal axis (X axis) | <Chart>.3DSParameter,
| gr3DSPropTransparency | Transparency level for the bars or sections of chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSScatter | Chart type: 3D scatter chart | grCreate,
| Versions 17 and latergrAlgoFunnel New in version 17grAlgoFunnel grAlgoFunnel | Mode for representing the data in a Funnel chart. | <Chart>.Parameter | Versions 24 and latergrAlgoPyramid New in version 24grAlgoPyramid grAlgoPyramid | Mode for representing the data in a Pyramid chart. | <Chart>.Parameter | grAllSeries | Allows you to change the line thickness for all series | <Chart>.LineThickness | grArea | Chart type: Area | grCreate, <Chart>.Type | grAtBottom | - Legend displayed at the bottom of chart
- Title displayed at the bottom of chart
- Vertical axis oriented to the bottom
| <Chart>.Legend, <Chart>.Title,
| grAtLeft | - Chart legend displayed on the left
- Horizontal axis oriented to the left
| <Chart>.Legend,
| grAtRight | - Chart legend displayed on the right
- Horizontal axis oriented to the right
| <Chart>.Legend,
| grAtTop | - Legend displayed at the top of chart
- Title displayed at the top of chart
- Vertical axis oriented to the top
| <Chart>.Legend, <Chart>.Title, <Chart>.Orientation | grAxisX | - Coordinates of bounds on the X axis.
- Axis used for the rotation of a Surface chart.
| <Chart>.PointInfo | grAxisY | - Coordinates of bounds on the Y axis.
- Axis used for the rotation of a Surface chart.
| <Chart>.PointInfo | Versions 18 and latergrAxisZ New in version 18grAxisZ grAxisZ | - Coordinates of bounds on the Z axis.
- Axis used for the rotation of a Surface chart.
| <Chart>.PointInfo | grBarCharts | Chart type: Stock | grCreate, <Chart>.Type | Versions 16 and latergrBubbleChart New in version 16grBubbleChart grBubbleChart | Chart type: Bubble chart. | grCreate, <Chart>.Type, <Chart>.SeriesType | grCallback | Type of fill for the series: Series filled by a WLanguage function/procedure. | <Chart>.SourceSeries | grCandleStick | Chart type: Stock chart (Japanese candlestick) | grCreate, <Chart>.Type, | grCategory | Number of pointed category | <Chart>.InfoXY | grColorAutomatic | Series color automatically defined | ..SeriesColor | grColorAxis | Color of axes. | <Chart>.Color | grColorAxisSide | Color of raised part of axes | <Chart>.Color | grColorBorder | Color of border for the chart elements (for the charts other than 3D charts). Used to find out and modify the border color for a bar in a Column chart. | <Chart>.Color | grColorBullishCandlestick | Color of bars in a candlestick when the closing value is greater than the opening value. | <Chart>.Color | Versions 21 and latergrColorGradient New in version 21grColorGradient grColorGradient | Mode for displaying colors between two values in a Heatmap chart: A linear gradient is applied to the intermediate values. | <Chart>.Parameter | grColorGridlines | Gridline color | <Chart>.Color | grColorGridlinesSide | Color of raised part of gridlines | <Chart>.Color | grColorLegend | Color of legend border. | <Chart>.Color | grColorLegendBackground | Legend background color | <Chart>.Color | grColumn | Chart type: Column chart | grCreate, <Chart>.Type, <Chart>.SeriesType | grColumnStacked | Chart type: Stacked Column chart | grCreate, <Chart>.Type, <Chart>.SeriesType | grCurve | Chart type: Line | grCreate, <Chart>.Type, <Chart>.SeriesType | Versions 22 and latergrCurveQuadraticRegression New in version 22grCurveQuadraticRegression grCurveQuadraticRegression | Chart type: Line chart in the following format: "ax2 + bx + c". The curvature is defined by performing a quadratic regression on the specified series. | <Chart>.SeriesType | Versions 15 and latergrData New in version 15grData grData | Type of deletion: Deletes data from the series. | <Chart>.DeleteSeries | Versions 15 and latergrDataAndStyle New in version 15grDataAndStyle grDataAndStyle | Type of deletion: Deletes data and style from the series. | <Chart>.DeleteSeries | Versions 19 and latergrDefault New in version 19grDefault grDefault | Waterfall chart: Category of chart values. | <Chart>.WaterfallCategoryType | grDonut | Chart type: Donut | grCreate, <Chart>.Type | grEndValue | End value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 17 and latergrFunnel New in version 17grFunnel grFunnel | Chart type: Funnel | grCreate, <Chart>.Type | Versions 17 and latergrFunnelArea New in version 17grFunnelArea grFunnelArea | Mode for representing the data in a Funnel chart: The value is symbolized by the area of funnel section. | <Chart>.Parameter | Versions 17 and latergrFunnelHeight New in version 17grFunnelHeight grFunnelHeight | Mode for representing the data in a Funnel chart: The value is symbolized by the height of funnel section. | <Chart>.Parameter | Versions 18 and latergrGridlinesX New in version 18grGridlinesX grGridlinesX | The gridlines are displayed on the X axis. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | Versions 18 and latergrGridlinesY New in version 18grGridlinesY grGridlinesY | The gridlines are displayed on the Y axis. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | Versions 18 and latergrGridlinesZ New in version 18grGridlinesZ grGridlinesZ | The gridlines are displayed on the Z axis. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | Versions 23 and latergrhaMax New in version 23grhaMax grhaMax | Aggregation algorithm to use: Aggregation according to the maximum of data. | <Chart>.ColumnAggregation | Versions 23 and latergrhaMean New in version 23grhaMean grhaMean | Aggregation algorithm to use: Aggregation according to the mean of data. | <Chart>.ColumnAggregation | Versions 23 and latergrhaMin New in version 23grhaMin grhaMin | Aggregation algorithm to use: Aggregation according to the minimum of data. | <Chart>.ColumnAggregation | Versions 23 and latergrhaNone New in version 23grhaNone grhaNone | Aggregation algorithm to use: None | <Chart>.ColumnAggregation | Versions 23 and latergrhaSum New in version 23grhaSum grhaSum | Aggregation algorithm to use: Aggregation according to the sum of data. | <Chart>.ColumnAggregation | Versions 21 and latergrHeatMap New in version 21grHeatMap grHeatMap | Chart type: Heatmap chart | grCreate, <Chart>.Type | Versions 21 and latergrHigherLevel New in version 21grHigherLevel grHigherLevel | Mode for displaying colors between two values in a Heatmap chart: The display of colors is done by level. All the values greater than or equal to the level will take the color given by <Chart>.HMColor. | <Chart>.Parameter | Versions 21 and latergrHMColorEmptyValue New in version 21grHMColorEmptyValue grHMColorEmptyValue | The specified color will be applied to the data outside level or without value. This color is transparent by default. | <Chart>.HMColor | Versions 21 and latergrHMDisplayColor New in version 21grHMDisplayColor grHMDisplayColor | Mode for displaying colors in a Heatmap chart. | <Chart>.Parameter | Versions 22 and latergrInfiniteZoomOut New in version 22grInfiniteZoomOut grInfiniteZoomOut | Mode for managing the zoom out on a Chart control. | <Chart>.Parameter | Versions 20 and latergrInteractiveSunburst New in version 20grInteractiveSunburst grInteractiveSunburst | Mode for managing the interactivity in a Sunburst chart. | <Chart>.Parameter | Versions 25 and latergrInvisible New in version 25grInvisible grInvisible | Allows making the axis invisible. | <Chart>.AxisVisible | grItem | Type of fill for the series: Series filled from an item. | <Chart>.SourceSeries | Versions 25 and latergrLabelOnly New in version 25grLabelOnly grLabelOnly | Allows displaying only the labels of the axis. | <Chart>.AxisVisible | Versions 22 and latergrLineConstant New in version 22grLineConstant grLineConstant | Displays a horizontal line at the specified position. | <Chart>.SeriesType | Versions 22 and latergrLineLinearRegression New in version 22grLineLinearRegression grLineLinearRegression | Displays a line whose inclination is calculated by performing a linear regression on the specified series. | <Chart>.SeriesType | Versions 22 and latergrLineMeanValue New in version 22grLineMeanValue grLineMeanValue | Displays a horizontal line at the mean of specified series. | <Chart>.SeriesType | grListBox | Type of fill for the series: Series filled from a list box. | <Chart>.SourceSeries | Versions 21 and latergrLowerLevel New in version 21grLowerLevel grLowerLevel | Mode for displaying colors between two values in a Heatmap chart: The display of colors is done by level. All the values less than or equal to the level will take the color given by <Chart>.HMColor. | <Chart>.Parameter | grMaskAxis | The specified mask is used to format the values displayed on the chart axes. | <Chart>.Mask | grMaskPercent | The specified mask is used to format the percentages displayed in the chart (grLabel(<Chart Name>, grShowPercent, True)) | <Chart>.Mask | Versions 21 and latergrMaskTimeAxis New in version 21grMaskTimeAxis grMaskTimeAxis | The specified mask is used to format the dates or times displayed on the chart axes. | <Chart>.Mask | grMaskValue | The specified mask is used to format the values displayed in the chart (grLabel(<Chart Name>, grShowValue, True)) | <Chart>.Mask | grMax | - Coordinates of upper bound.
Versions 22 and laterPosition of axis: placed on the maximum mark of chart New in version 22Position of axis: placed on the maximum mark of chart Position of axis: placed on the maximum mark of chart
| <Chart>.PointInfo, <Chart>.AxisPosition | grMaxValue | Maximum value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 23 and latergrMenuForCompatibility New in version 23grMenuForCompatibility grMenuForCompatibility | Popup menu of chart: Popup menu in the format of a drop-down menu (kept for backward compatibility with the versions earlier than version 23). | <Chart>.Menu | Versions 23 and latergrMenuNone New in version 23grMenuNone grMenuNone | Popup menu of chart: None | <Chart>.Menu | Versions 23 and latergrMenuWindow New in version 23grMenuWindow grMenuWindow | Popup menu of chart: Popup menu in window format. | <Chart>.Menu | grMin | - Coordinates of lower bound.
Versions 22 and laterPosition of axis: placed on the minimum mark of chart. New in version 22Position of axis: placed on the minimum mark of chart. Position of axis: placed on the minimum mark of chart.
| <Chart>.PointInfo, <Chart>.AxisPosition | grMinMax | Chart type: Stock chart displaying the difference between the minimum and maximum values | grCreate, <Chart>.Type, <Chart>.SeriesType | grMinValue | Minimum value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 19 and latergrNegative New in version 19grNegative grNegative | Waterfall chart: Define the color for the negative values. | <Chart>.WaterfallColor | Versions 18 and latergrNoGridlines New in version 18grNoGridlines grNoGridlines | Used to cancel the gridlines. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | grNone | Title or legend of chart not displayed | <Chart>.Legend, <Chart>.Title | Versions 22 and latergrNotDrawn New in version 22grNotDrawn grNotDrawn | Type of point: Point not drawn. | <Chart>.PointType, <Chart>.SeriesPointType | Versions 16 and latergrOptimizedLocation New in version 16grOptimizedLocation grOptimizedLocation | Enable the optimization used to fill the available space for the Pie, Semi-circular and Donut charts displayed in a control or in a window. | <Chart>.Parameter | grOptimizedMarksX | Enable the optimization of marks on the horizontal axis (X axis) | <Chart>.Parameter | grOptimizedMarksY | Enable the optimization of marks on the vertical axis (Y axis) | <Chart>.Parameter | Versions 20 and latergrPath New in version 20grPath grPath | Path of section in the Sunburst chart. | <Chart>.InfoXY | grPie | Chart type: Pie | grCreate, <Chart>.Type | Versions 18 and latergrPlaneXY New in version 18grPlaneXY grPlaneXY | Gridlines of XY plane. | <Chart>.SurfaceGridlines <Chart>.Scatter3DProjection <Chart>.Scatter3DGridlines | Versions 18 and latergrPlaneXZ New in version 18grPlaneXZ grPlaneXZ | Gridlines of XZ plane. | <Chart>.SurfaceGridlines <Chart>.Scatter3DProjection <Chart>.Scatter3DGridlines | Versions 18 and latergrPlaneYZ New in version 18grPlaneYZ grPlaneYZ | Gridlines of YZ plane. | <Chart>.SurfaceGridlines <Chart>.Scatter3DProjection <Chart>.Scatter3DGridlines | Versions 22 and latergrPointCircle New in version 22grPointCircle grPointCircle | Type of point: Point shaped like a circle. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointCross New in version 22grPointCross grPointCross | Type of point: Point shaped like a cross. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 23 and latergrPointCube New in version 23grPointCube grPointCube | Type of point: Point shaped like a cube (3D). | <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointDiamond New in version 22grPointDiamond grPointDiamond | Type of point: Point shaped like a diamond. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 23 and latergrPointPyramid New in version 23grPointPyramid grPointPyramid | Type of point: Point shaped like a pyramid (3D). | <Chart>.Scatter3DAddData (Function) | Versions 23 and latergrPointSphere New in version 23grPointSphere grPointSphere | Type of point: Point shaped like a sphere (3D). | <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointSquare New in version 22grPointSquare grPointSquare | Type of point: Point shaped like a square. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointTriangle New in version 22grPointTriangle grPointTriangle | Type of point: Point shaped like a triangle. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 19 and latergrPositive New in version 19grPositive grPositive | Waterfall chart: Define the color for the positive values. | <Chart>.WaterfallColor | grProgramming | Type of fill for the series: Series described by programming. | <Chart>.SourceSeries | Versions 23 and latergrProjection3DScatter New in version 23grProjection3DScatter grProjection3DScatter | Mode for displaying the projections on a 3D Scatter chart. | <Chart>.Parameter | Versions 23 and latergrProjectionAlwaysVisible New in version 23grProjectionAlwaysVisible grProjectionAlwaysVisible | Mode for displaying the projections on a 3D Scatter chart: These projections are always visible. | <Chart>.Parameter | Versions 23 and latergrProjectionClick New in version 23grProjectionClick grProjectionClick | Mode for displaying the projections on a 3D Scatter chart: The projections are visible during the click on the point. | <Chart>.Parameter | Versions 23 and latergrProjectionNone New in version 23grProjectionNone grProjectionNone | Mode for displaying the projections on a 3D Scatter chart: no projection. | <Chart>.Parameter | Versions 24 and latergrPyramid New in version 24grPyramid grPyramid | Chart type: Pyramid | grCreate, <Chart>.Type | Versions 24 and latergrPyramidHeight New in version 24grPyramidHeight grPyramidHeight | Mode for representing the data in a Pyramid chart: The value is symbolized by the height of the pyramid section. | <Chart>.Parameter | Versions 24 and latergrPyramidVolume New in version 24grPyramidVolume grPyramidVolume | Mode for representing the data in a Pyramid chart: The value is symbolized by the area of the pyramid section. | <Chart>.Parameter | grRadar | Chart type: Radar | grCreate,
| Versions 23 and latergrSamplingEnabled New in version 23grSamplingEnabled grSamplingEnabled | Enable the data sampling. | <Chart>.Parameter | grScatter | Chart type: Scatter | grCreate, <Chart>.Type, <Chart>.SeriesType | Versions 23 and latergrScatter3D New in version 23grScatter3D grScatter3D | Chart type: 3D scatter | grCreate, <Chart>.Type | Versions 22 and latergrScrollbarZoomAlwaysVisible New in version 22grScrollbarZoomAlwaysVisible grScrollbarZoomAlwaysVisible | Mode for displaying the scrollbar in a Chart control at the end of zoom. | <Chart>.Parameter | Versions 22 and latergrSecondaryYCoord New in version 22grSecondaryYCoord grSecondaryYCoord | Returns the Y coordinate according to the secondary axis of chart point. | <Chart>.InfoXY | grSecondaryYCoordinate | Defines the secondary Y axis | <Chart>.Graduate, <Chart>.Origin, <Chart>.AxisTitleFont <Chart>.Zoom | grSemiCircular | Chart type: Semi-circular | grCreate, <Chart>.Type | grSeries | Number of the pointed series. | <Chart>.InfoXY | grShowLabel | Additional legend: Label of data categories | <Chart>.Label | grShowPercent | Additional legend: Percentage of data categories | <Chart>.Label | grShowTooltip | Enables or disables the tooltip. | <Chart>.Tooltip | grShowValue | Additional legend: Value of data categories | <Chart>.Label | grShowValueIfNull | Additional legend: Label of data categories, even for the null values in the stacked column chart. | <Chart>.Label | grStartValue | Start value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 19 and latergrSubTotal New in version 19grSubTotal grSubTotal | Waterfall chart: Sub-total category. | <Chart>.WaterfallColor,
| Versions 20 and latergrSunburst New in version 20grSunburst grSunburst | Chart type: Sunburst | grCreate,
| Versions 20 and latergrSunburstCaptionPerpendicularSection New in version 20grSunburstCaptionPerpendicularSection grSunburstCaptionPerpendicularSection | Mode for displaying labels in a Sunburst chart. | <Chart>.Parameter | Versions 20 and latergrSunburstMaxLevel New in version 20grSunburstMaxLevel grSunburstMaxLevel | Maximum number of levels displayed in a Sunburst chart. | <Chart>.Parameter | Versions 18 and latergrSurface New in version 18grSurface grSurface | Chart type: Surface | grCreate, <Chart>.Type | grTable | Type of fill for the series: Series filled from a WLanguage array | <Chart>.SourceSeries | grTableColumn | Type of fill for the series: Series filled from a column table. | <Chart>.SourceSeries | Versions 23 and latergrtlDay New in version 23grtlDay grtlDay | Supported level: day | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlHour New in version 23grtlHour grtlHour | Supported level: hour | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlMillisecond New in version 23grtlMillisecond grtlMillisecond | Supported level: millisecond | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlMinute New in version 23grtlMinute grtlMinute | Supported level: minute | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlMonth New in version 23grtlMonth grtlMonth | Supported level: month | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlSecond New in version 23grtlSecond grtlSecond | Supported level: second | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlYear New in version 23grtlYear grtlYear | Supported level: year | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | grTooltipFormat | Describes the tooltip format | <Chart>.Tooltip | Versions 16 and latergrTooltipFormatBubbleChart New in version 16grTooltipFormatBubbleChart grTooltipFormatBubbleChart | Describes the tooltip format for a Bubble chart | <Chart>.Tooltip | Versions 20 and latergrTooltipFormatCrosshairHeader New in version 20grTooltipFormatCrosshairHeader grTooltipFormatCrosshairHeader | Describes the header format for the chart crosshairs. | <Chart>.Tooltip | Versions 21 and latergrTooltipFormatHeatMap New in version 21grTooltipFormatHeatMap grTooltipFormatHeatMap | Describes the tooltip format for a Heatmap chart. | <Chart>.Tooltip | grTooltipFormatPie | Describes the tooltip format for a Pie chart | <Chart>.Tooltip | grTooltipFormatScatter | Describes the tooltip format for a Scatter chart | <Chart>.Tooltip | grTooltipFormatStock | Describes the tooltip format for a Stock chart | <Chart>.Tooltip | Versions 19 and latergrTotal New in version 19grTotal grTotal | Waterfall chart: Total category. | <Chart>.WaterfallColor, <Chart>.WaterfallCategoryType | grValue | Value of pointed series. | <Chart>.InfoXY | grValueNotFound | Constant returned when using the [] operator to handle the values of a series:
for example: ChartControl[Series][Value] or ChartControl[Series, Value]
This constant means that the nth value of series was not defined. | | Versions 25 and latergrVisible New in version 25grVisible grVisible | Allows making the axis visible. | <Chart>.AxisVisible | Versions 19 and latergrWaterfall New in version 19grWaterfall grWaterfall | Chart type: Waterfall | grCreate, <Chart>.Type, <Chart>.SeriesType | Versions 22 and latergrXCoord New in version 22grXCoord grXCoord | Returns the X coordinate of chart point. | <Chart>.InfoXY | grXCoordinate | Defines the horizontal axis | <Chart>.Graduate, <Chart>.PointInfo, <Chart>.Orientation, <Chart>.Origin, <Chart>.GridLines, <Chart>.AxisTitleFont, <Chart>.SurfaceMarkCaption, <Chart>.SurfaceDeleteMarkCaption, <Chart>.SurfaceGetData, <Chart>.Zoom <Chart>.AxisPosition <Chart>.Scatter3DMarkCaption,
| grXValue | X value of the series (Scatter chart). | <Chart>.ScatterGetDataXY, <Chart>.InfoXY | Versions 22 and latergrYCoord New in version 22grYCoord grYCoord | Returns the Y coordinate of chart point. | <Chart>.InfoXY | grYCoordinate | Defines the Y axis | <Chart>.Graduate, <Chart>.Orientation <Chart>.Origin, <Chart>.GridLines, <Chart>.SurfaceGetData, <Chart>.AxisTitleFont, <Chart>.Zoom <Chart>.AxisPosition <Chart>.Scatter3DMarkCaption,
| grYValue | Y value of the series (Scatter chart). | <Chart>.ScatterGetDataXY, <Chart>.InfoXY | Versions 18 and latergrZCoordinate New in version 18grZCoordinate grZCoordinate | Defines the Z axis. | <Chart>.Graduate, <Chart>.Origin, <Chart>.Scatter3DMarkCaption, <Chart>.Scatter3DDeleteMarkCaption | Versions 22 and latergrZero New in version 22grZero grZero | Position of axis: Axis placed on mark 0. | <Chart>.AxisPosition |
New in version 23The following constants are used to manage charts (prefixed syntax):
| | | Constant | Description | Used by the functions |
---|
gr3DSAreaDepth | Chart type: 3D chart of areas shown one behind the other | grCreate, <Chart>.Type | gr3DSAreaStacked | Chart type: 3D chart of stacked areas | grCreate, <Chart>.Type | gr3DSColumnClustered | Chart type: 3D clustered column chart The bars are represented by 3D rectangles. | grCreate, <Chart>.Type | gr3DSColumnDepth | Chart type: 3D column chart in depth: the series are represented in perspective. The bars are represented by 3D rectangles. | grCreate,
| gr3DSColumnStacked | Chart type: 3D stacked bar chart The bars are represented by 3D rectangles. | grCreate, <Chart>.Type | gr3DSCylinderColClustered | Chart type: 3D clustered column chart The bars are represented by cylinders. | grCreate, <Chart>.Type | gr3DSCylinderColDepth | Chart type: 3D column chart in depth: the series are represented in perspective. The bars are represented by cylinders. | grCreate, <Chart>.Type | gr3DSCylinderColStacked | Chart type: 3D stacked bar chart. The bars are represented by cylinders. | grCreate, <Chart>.Type | gr3DSLine | Chart type: 3D line chart | grCreate, <Chart>.Type | gr3DSMinMax | Chart type: 3D Stock chart displaying the difference between the minimum and maximum stock price. | grCreate, <Chart>.Type | gr3DSPie | Chart type: 3D pie chart | grCreate, <Chart>.Type | gr3DSPropAnimation | Type of animation played when displaying the chart | <Chart>.3DSParameter,
| gr3DSPropAutoZoom | Automatic zoom of chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropColorPlaneX | Color of vertical plane (axis to right or to left) | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropColorPlaneY | Color of horizontal plane (axis above or below) | <Chart>.3DSParameter,
| gr3DSPropColorPlaneZ | Color of background plane | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropDistance | Zoom of chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropElevation | Rotation angle of chart around the vertical axis (Y axis) | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropLegendOverlap | The legend and title overlap the chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropLightX | X coordinate of the light that is lighting the chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropLightY | Y coordinate of the light that is lighting the chart | <Chart>.3DSParameter,
| gr3DSPropRotation | Rotation angle of chart around the horizontal axis (X axis) | <Chart>.3DSParameter,
| gr3DSPropTransparency | Transparency level for the bars or sections of chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSScatter | Chart type: 3D scatter chart | grCreate,
| Versions 17 and latergrAlgoFunnel New in version 17grAlgoFunnel grAlgoFunnel | Mode for representing the data in a Funnel chart. | <Chart>.Parameter | Versions 24 and latergrAlgoPyramid New in version 24grAlgoPyramid grAlgoPyramid | Mode for representing the data in a Pyramid chart. | <Chart>.Parameter | grAllSeries | Allows you to change the line thickness for all series | <Chart>.LineThickness | grArea | Chart type: Area | grCreate, <Chart>.Type | grAtBottom | - Legend displayed at the bottom of chart
- Title displayed at the bottom of chart
- Vertical axis oriented to the bottom
| <Chart>.Legend, <Chart>.Title,
| grAtLeft | - Chart legend displayed on the left
- Horizontal axis oriented to the left
| <Chart>.Legend,
| grAtRight | - Chart legend displayed on the right
- Horizontal axis oriented to the right
| <Chart>.Legend,
| grAtTop | - Legend displayed at the top of chart
- Title displayed at the top of chart
- Vertical axis oriented to the top
| <Chart>.Legend, <Chart>.Title, <Chart>.Orientation | grAxisX | - Coordinates of bounds on the X axis.
- Axis used for the rotation of a Surface chart.
| <Chart>.PointInfo | grAxisY | - Coordinates of bounds on the Y axis.
- Axis used for the rotation of a Surface chart.
| <Chart>.PointInfo | Versions 18 and latergrAxisZ New in version 18grAxisZ grAxisZ | - Coordinates of bounds on the Z axis.
- Axis used for the rotation of a Surface chart.
| <Chart>.PointInfo | grBarCharts | Chart type: Stock | grCreate, <Chart>.Type | Versions 16 and latergrBubbleChart New in version 16grBubbleChart grBubbleChart | Chart type: Bubble chart. | grCreate, <Chart>.Type, <Chart>.SeriesType | grCallback | Type of fill for the series: Series filled by a WLanguage function/procedure. | <Chart>.SourceSeries | grCandleStick | Chart type: Stock chart (Japanese candlestick) | grCreate, <Chart>.Type, | grCategory | Number of pointed category | <Chart>.InfoXY | grColorAutomatic | Series color automatically defined | ..SeriesColor | grColorAxis | Color of axes. | <Chart>.Color | grColorAxisSide | Color of raised part of axes | <Chart>.Color | grColorBorder | Color of border for the chart elements (for the charts other than 3D charts). Used to find out and modify the border color for a bar in a Column chart. | <Chart>.Color | grColorBullishCandlestick | Color of bars in a candlestick when the closing value is greater than the opening value. | <Chart>.Color | Versions 21 and latergrColorGradient New in version 21grColorGradient grColorGradient | Mode for displaying colors between two values in a Heatmap chart: A linear gradient is applied to the intermediate values. | <Chart>.Parameter | grColorGridlines | Gridline color | <Chart>.Color | grColorGridlinesSide | Color of raised part of gridlines | <Chart>.Color | grColorLegend | Color of legend border. | <Chart>.Color | grColorLegendBackground | Legend background color | <Chart>.Color | grColumn | Chart type: Column chart | grCreate, <Chart>.Type, <Chart>.SeriesType | grColumnStacked | Chart type: Stacked Column chart | grCreate, <Chart>.Type, <Chart>.SeriesType | grCurve | Chart type: Line | grCreate, <Chart>.Type, <Chart>.SeriesType | Versions 22 and latergrCurveQuadraticRegression New in version 22grCurveQuadraticRegression grCurveQuadraticRegression | Chart type: Line chart in the following format: "ax2 + bx + c". The curvature is defined by performing a quadratic regression on the specified series. | <Chart>.SeriesType | Versions 15 and latergrData New in version 15grData grData | Type of deletion: Deletes data from the series. | <Chart>.DeleteSeries | Versions 15 and latergrDataAndStyle New in version 15grDataAndStyle grDataAndStyle | Type of deletion: Deletes data and style from the series. | <Chart>.DeleteSeries | Versions 19 and latergrDefault New in version 19grDefault grDefault | Waterfall chart: Category of chart values. | <Chart>.WaterfallCategoryType | grDonut | Chart type: Donut | grCreate, <Chart>.Type | grEndValue | End value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 17 and latergrFunnel New in version 17grFunnel grFunnel | Chart type: Funnel | grCreate, <Chart>.Type | Versions 17 and latergrFunnelArea New in version 17grFunnelArea grFunnelArea | Mode for representing the data in a Funnel chart: The value is symbolized by the area of funnel section. | <Chart>.Parameter | Versions 17 and latergrFunnelHeight New in version 17grFunnelHeight grFunnelHeight | Mode for representing the data in a Funnel chart: The value is symbolized by the height of funnel section. | <Chart>.Parameter | Versions 18 and latergrGridlinesX New in version 18grGridlinesX grGridlinesX | The gridlines are displayed on the X axis. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | Versions 18 and latergrGridlinesY New in version 18grGridlinesY grGridlinesY | The gridlines are displayed on the Y axis. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | Versions 18 and latergrGridlinesZ New in version 18grGridlinesZ grGridlinesZ | The gridlines are displayed on the Z axis. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | Versions 23 and latergrhaMax New in version 23grhaMax grhaMax | Aggregation algorithm to use: Aggregation according to the maximum of data. | <Chart>.ColumnAggregation | Versions 23 and latergrhaMean New in version 23grhaMean grhaMean | Aggregation algorithm to use: Aggregation according to the mean of data. | <Chart>.ColumnAggregation | Versions 23 and latergrhaMin New in version 23grhaMin grhaMin | Aggregation algorithm to use: Aggregation according to the minimum of data. | <Chart>.ColumnAggregation | Versions 23 and latergrhaNone New in version 23grhaNone grhaNone | Aggregation algorithm to use: None | <Chart>.ColumnAggregation | Versions 23 and latergrhaSum New in version 23grhaSum grhaSum | Aggregation algorithm to use: Aggregation according to the sum of data. | <Chart>.ColumnAggregation | Versions 21 and latergrHeatMap New in version 21grHeatMap grHeatMap | Chart type: Heatmap chart | grCreate, <Chart>.Type | Versions 21 and latergrHigherLevel New in version 21grHigherLevel grHigherLevel | Mode for displaying colors between two values in a Heatmap chart: The display of colors is done by level. All the values greater than or equal to the level will take the color given by <Chart>.HMColor. | <Chart>.Parameter | Versions 21 and latergrHMColorEmptyValue New in version 21grHMColorEmptyValue grHMColorEmptyValue | The specified color will be applied to the data outside level or without value. This color is transparent by default. | <Chart>.HMColor | Versions 21 and latergrHMDisplayColor New in version 21grHMDisplayColor grHMDisplayColor | Mode for displaying colors in a Heatmap chart. | <Chart>.Parameter | Versions 22 and latergrInfiniteZoomOut New in version 22grInfiniteZoomOut grInfiniteZoomOut | Mode for managing the zoom out on a Chart control. | <Chart>.Parameter | Versions 20 and latergrInteractiveSunburst New in version 20grInteractiveSunburst grInteractiveSunburst | Mode for managing the interactivity in a Sunburst chart. | <Chart>.Parameter | Versions 25 and latergrInvisible New in version 25grInvisible grInvisible | Allows making the axis invisible. | <Chart>.AxisVisible | grItem | Type of fill for the series: Series filled from an item. | <Chart>.SourceSeries | Versions 25 and latergrLabelOnly New in version 25grLabelOnly grLabelOnly | Allows displaying only the labels of the axis. | <Chart>.AxisVisible | Versions 22 and latergrLineConstant New in version 22grLineConstant grLineConstant | Displays a horizontal line at the specified position. | <Chart>.SeriesType | Versions 22 and latergrLineLinearRegression New in version 22grLineLinearRegression grLineLinearRegression | Displays a line whose inclination is calculated by performing a linear regression on the specified series. | <Chart>.SeriesType | Versions 22 and latergrLineMeanValue New in version 22grLineMeanValue grLineMeanValue | Displays a horizontal line at the mean of specified series. | <Chart>.SeriesType | grListBox | Type of fill for the series: Series filled from a list box. | <Chart>.SourceSeries | Versions 21 and latergrLowerLevel New in version 21grLowerLevel grLowerLevel | Mode for displaying colors between two values in a Heatmap chart: The display of colors is done by level. All the values less than or equal to the level will take the color given by <Chart>.HMColor. | <Chart>.Parameter | grMaskAxis | The specified mask is used to format the values displayed on the chart axes. | <Chart>.Mask | grMaskPercent | The specified mask is used to format the percentages displayed in the chart (grLabel(<Chart Name>, grShowPercent, True)) | <Chart>.Mask | Versions 21 and latergrMaskTimeAxis New in version 21grMaskTimeAxis grMaskTimeAxis | The specified mask is used to format the dates or times displayed on the chart axes. | <Chart>.Mask | grMaskValue | The specified mask is used to format the values displayed in the chart (grLabel(<Chart Name>, grShowValue, True)) | <Chart>.Mask | grMax | - Coordinates of upper bound.
Versions 22 and laterPosition of axis: placed on the maximum mark of chart New in version 22Position of axis: placed on the maximum mark of chart Position of axis: placed on the maximum mark of chart
| <Chart>.PointInfo, <Chart>.AxisPosition | grMaxValue | Maximum value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 23 and latergrMenuForCompatibility New in version 23grMenuForCompatibility grMenuForCompatibility | Popup menu of chart: Popup menu in the format of a drop-down menu (kept for backward compatibility with the versions earlier than version 23). | <Chart>.Menu | Versions 23 and latergrMenuNone New in version 23grMenuNone grMenuNone | Popup menu of chart: None | <Chart>.Menu | Versions 23 and latergrMenuWindow New in version 23grMenuWindow grMenuWindow | Popup menu of chart: Popup menu in window format. | <Chart>.Menu | grMin | - Coordinates of lower bound.
Versions 22 and laterPosition of axis: placed on the minimum mark of chart. New in version 22Position of axis: placed on the minimum mark of chart. Position of axis: placed on the minimum mark of chart.
| <Chart>.PointInfo, <Chart>.AxisPosition | grMinMax | Chart type: Stock chart displaying the difference between the minimum and maximum values | grCreate, <Chart>.Type, <Chart>.SeriesType | grMinValue | Minimum value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 19 and latergrNegative New in version 19grNegative grNegative | Waterfall chart: Define the color for the negative values. | <Chart>.WaterfallColor | Versions 18 and latergrNoGridlines New in version 18grNoGridlines grNoGridlines | Used to cancel the gridlines. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | grNone | Title or legend of chart not displayed | <Chart>.Legend, <Chart>.Title | Versions 22 and latergrNotDrawn New in version 22grNotDrawn grNotDrawn | Type of point: Point not drawn. | <Chart>.PointType, <Chart>.SeriesPointType | Versions 16 and latergrOptimizedLocation New in version 16grOptimizedLocation grOptimizedLocation | Enable the optimization used to fill the available space for the Pie, Semi-circular and Donut charts displayed in a control or in a window. | <Chart>.Parameter | grOptimizedMarksX | Enable the optimization of marks on the horizontal axis (X axis) | <Chart>.Parameter | grOptimizedMarksY | Enable the optimization of marks on the vertical axis (Y axis) | <Chart>.Parameter | Versions 20 and latergrPath New in version 20grPath grPath | Path of section in the Sunburst chart. | <Chart>.InfoXY | grPie | Chart type: Pie | grCreate, <Chart>.Type | Versions 18 and latergrPlaneXY New in version 18grPlaneXY grPlaneXY | Gridlines of XY plane. | <Chart>.SurfaceGridlines <Chart>.Scatter3DProjection <Chart>.Scatter3DGridlines | Versions 18 and latergrPlaneXZ New in version 18grPlaneXZ grPlaneXZ | Gridlines of XZ plane. | <Chart>.SurfaceGridlines <Chart>.Scatter3DProjection <Chart>.Scatter3DGridlines | Versions 18 and latergrPlaneYZ New in version 18grPlaneYZ grPlaneYZ | Gridlines of YZ plane. | <Chart>.SurfaceGridlines <Chart>.Scatter3DProjection <Chart>.Scatter3DGridlines | Versions 22 and latergrPointCircle New in version 22grPointCircle grPointCircle | Type of point: Point shaped like a circle. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointCross New in version 22grPointCross grPointCross | Type of point: Point shaped like a cross. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 23 and latergrPointCube New in version 23grPointCube grPointCube | Type of point: Point shaped like a cube (3D). | <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointDiamond New in version 22grPointDiamond grPointDiamond | Type of point: Point shaped like a diamond. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 23 and latergrPointPyramid New in version 23grPointPyramid grPointPyramid | Type of point: Point shaped like a pyramid (3D). | <Chart>.Scatter3DAddData (Function) | Versions 23 and latergrPointSphere New in version 23grPointSphere grPointSphere | Type of point: Point shaped like a sphere (3D). | <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointSquare New in version 22grPointSquare grPointSquare | Type of point: Point shaped like a square. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointTriangle New in version 22grPointTriangle grPointTriangle | Type of point: Point shaped like a triangle. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 19 and latergrPositive New in version 19grPositive grPositive | Waterfall chart: Define the color for the positive values. | <Chart>.WaterfallColor | grProgramming | Type of fill for the series: Series described by programming. | <Chart>.SourceSeries | Versions 23 and latergrProjection3DScatter New in version 23grProjection3DScatter grProjection3DScatter | Mode for displaying the projections on a 3D Scatter chart. | <Chart>.Parameter | Versions 23 and latergrProjectionAlwaysVisible New in version 23grProjectionAlwaysVisible grProjectionAlwaysVisible | Mode for displaying the projections on a 3D Scatter chart: These projections are always visible. | <Chart>.Parameter | Versions 23 and latergrProjectionClick New in version 23grProjectionClick grProjectionClick | Mode for displaying the projections on a 3D Scatter chart: The projections are visible during the click on the point. | <Chart>.Parameter | Versions 23 and latergrProjectionNone New in version 23grProjectionNone grProjectionNone | Mode for displaying the projections on a 3D Scatter chart: no projection. | <Chart>.Parameter | Versions 24 and latergrPyramid New in version 24grPyramid grPyramid | Chart type: Pyramid | grCreate, <Chart>.Type | Versions 24 and latergrPyramidHeight New in version 24grPyramidHeight grPyramidHeight | Mode for representing the data in a Pyramid chart: The value is symbolized by the height of the pyramid section. | <Chart>.Parameter | Versions 24 and latergrPyramidVolume New in version 24grPyramidVolume grPyramidVolume | Mode for representing the data in a Pyramid chart: The value is symbolized by the area of the pyramid section. | <Chart>.Parameter | grRadar | Chart type: Radar | grCreate,
| Versions 23 and latergrSamplingEnabled New in version 23grSamplingEnabled grSamplingEnabled | Enable the data sampling. | <Chart>.Parameter | grScatter | Chart type: Scatter | grCreate, <Chart>.Type, <Chart>.SeriesType | Versions 23 and latergrScatter3D New in version 23grScatter3D grScatter3D | Chart type: 3D scatter | grCreate, <Chart>.Type | Versions 22 and latergrScrollbarZoomAlwaysVisible New in version 22grScrollbarZoomAlwaysVisible grScrollbarZoomAlwaysVisible | Mode for displaying the scrollbar in a Chart control at the end of zoom. | <Chart>.Parameter | Versions 22 and latergrSecondaryYCoord New in version 22grSecondaryYCoord grSecondaryYCoord | Returns the Y coordinate according to the secondary axis of chart point. | <Chart>.InfoXY | grSecondaryYCoordinate | Defines the secondary Y axis | <Chart>.Graduate, <Chart>.Origin, <Chart>.AxisTitleFont <Chart>.Zoom | grSemiCircular | Chart type: Semi-circular | grCreate, <Chart>.Type | grSeries | Number of the pointed series. | <Chart>.InfoXY | grShowLabel | Additional legend: Label of data categories | <Chart>.Label | grShowPercent | Additional legend: Percentage of data categories | <Chart>.Label | grShowTooltip | Enables or disables the tooltip. | <Chart>.Tooltip | grShowValue | Additional legend: Value of data categories | <Chart>.Label | grShowValueIfNull | Additional legend: Label of data categories, even for the null values in the stacked column chart. | <Chart>.Label | grStartValue | Start value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 19 and latergrSubTotal New in version 19grSubTotal grSubTotal | Waterfall chart: Sub-total category. | <Chart>.WaterfallColor,
| Versions 20 and latergrSunburst New in version 20grSunburst grSunburst | Chart type: Sunburst | grCreate,
| Versions 20 and latergrSunburstCaptionPerpendicularSection New in version 20grSunburstCaptionPerpendicularSection grSunburstCaptionPerpendicularSection | Mode for displaying labels in a Sunburst chart. | <Chart>.Parameter | Versions 20 and latergrSunburstMaxLevel New in version 20grSunburstMaxLevel grSunburstMaxLevel | Maximum number of levels displayed in a Sunburst chart. | <Chart>.Parameter | Versions 18 and latergrSurface New in version 18grSurface grSurface | Chart type: Surface | grCreate, <Chart>.Type | grTable | Type of fill for the series: Series filled from a WLanguage array | <Chart>.SourceSeries | grTableColumn | Type of fill for the series: Series filled from a column table. | <Chart>.SourceSeries | Versions 23 and latergrtlDay New in version 23grtlDay grtlDay | Supported level: day | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlHour New in version 23grtlHour grtlHour | Supported level: hour | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlMillisecond New in version 23grtlMillisecond grtlMillisecond | Supported level: millisecond | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlMinute New in version 23grtlMinute grtlMinute | Supported level: minute | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlMonth New in version 23grtlMonth grtlMonth | Supported level: month | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlSecond New in version 23grtlSecond grtlSecond | Supported level: second | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlYear New in version 23grtlYear grtlYear | Supported level: year | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | grTooltipFormat | Describes the tooltip format | <Chart>.Tooltip | Versions 16 and latergrTooltipFormatBubbleChart New in version 16grTooltipFormatBubbleChart grTooltipFormatBubbleChart | Describes the tooltip format for a Bubble chart | <Chart>.Tooltip | Versions 20 and latergrTooltipFormatCrosshairHeader New in version 20grTooltipFormatCrosshairHeader grTooltipFormatCrosshairHeader | Describes the header format for the chart crosshairs. | <Chart>.Tooltip | Versions 21 and latergrTooltipFormatHeatMap New in version 21grTooltipFormatHeatMap grTooltipFormatHeatMap | Describes the tooltip format for a Heatmap chart. | <Chart>.Tooltip | grTooltipFormatPie | Describes the tooltip format for a Pie chart | <Chart>.Tooltip | grTooltipFormatScatter | Describes the tooltip format for a Scatter chart | <Chart>.Tooltip | grTooltipFormatStock | Describes the tooltip format for a Stock chart | <Chart>.Tooltip | Versions 19 and latergrTotal New in version 19grTotal grTotal | Waterfall chart: Total category. | <Chart>.WaterfallColor, <Chart>.WaterfallCategoryType | grValue | Value of pointed series. | <Chart>.InfoXY | grValueNotFound | Constant returned when using the [] operator to handle the values of a series:
for example: ChartControl[Series][Value] or ChartControl[Series, Value]
This constant means that the nth value of series was not defined. | | Versions 25 and latergrVisible New in version 25grVisible grVisible | Allows making the axis visible. | <Chart>.AxisVisible | Versions 19 and latergrWaterfall New in version 19grWaterfall grWaterfall | Chart type: Waterfall | grCreate, <Chart>.Type, <Chart>.SeriesType | Versions 22 and latergrXCoord New in version 22grXCoord grXCoord | Returns the X coordinate of chart point. | <Chart>.InfoXY | grXCoordinate | Defines the horizontal axis | <Chart>.Graduate, <Chart>.PointInfo, <Chart>.Orientation, <Chart>.Origin, <Chart>.GridLines, <Chart>.AxisTitleFont, <Chart>.SurfaceMarkCaption, <Chart>.SurfaceDeleteMarkCaption, <Chart>.SurfaceGetData, <Chart>.Zoom <Chart>.AxisPosition <Chart>.Scatter3DMarkCaption,
| grXValue | X value of the series (Scatter chart). | <Chart>.ScatterGetDataXY, <Chart>.InfoXY | Versions 22 and latergrYCoord New in version 22grYCoord grYCoord | Returns the Y coordinate of chart point. | <Chart>.InfoXY | grYCoordinate | Defines the Y axis | <Chart>.Graduate, <Chart>.Orientation <Chart>.Origin, <Chart>.GridLines, <Chart>.SurfaceGetData, <Chart>.AxisTitleFont, <Chart>.Zoom <Chart>.AxisPosition <Chart>.Scatter3DMarkCaption,
| grYValue | Y value of the series (Scatter chart). | <Chart>.ScatterGetDataXY, <Chart>.InfoXY | Versions 18 and latergrZCoordinate New in version 18grZCoordinate grZCoordinate | Defines the Z axis. | <Chart>.Graduate, <Chart>.Origin, <Chart>.Scatter3DMarkCaption, <Chart>.Scatter3DDeleteMarkCaption | Versions 22 and latergrZero New in version 22grZero grZero | Position of axis: Axis placed on mark 0. | <Chart>.AxisPosition |
The following constants are used to manage charts (prefixed syntax):
| | | Constant | Description | Used by the functions |
---|
gr3DSAreaDepth | Chart type: 3D chart of areas shown one behind the other | grCreate, <Chart>.Type | gr3DSAreaStacked | Chart type: 3D chart of stacked areas | grCreate, <Chart>.Type | gr3DSColumnClustered | Chart type: 3D clustered column chart The bars are represented by 3D rectangles. | grCreate, <Chart>.Type | gr3DSColumnDepth | Chart type: 3D column chart in depth: the series are represented in perspective. The bars are represented by 3D rectangles. | grCreate,
| gr3DSColumnStacked | Chart type: 3D stacked bar chart The bars are represented by 3D rectangles. | grCreate, <Chart>.Type | gr3DSCylinderColClustered | Chart type: 3D clustered column chart The bars are represented by cylinders. | grCreate, <Chart>.Type | gr3DSCylinderColDepth | Chart type: 3D column chart in depth: the series are represented in perspective. The bars are represented by cylinders. | grCreate, <Chart>.Type | gr3DSCylinderColStacked | Chart type: 3D stacked bar chart. The bars are represented by cylinders. | grCreate, <Chart>.Type | gr3DSLine | Chart type: 3D line chart | grCreate, <Chart>.Type | gr3DSMinMax | Chart type: 3D Stock chart displaying the difference between the minimum and maximum stock price. | grCreate, <Chart>.Type | gr3DSPie | Chart type: 3D pie chart | grCreate, <Chart>.Type | gr3DSPropAnimation | Type of animation played when displaying the chart | <Chart>.3DSParameter,
| gr3DSPropAutoZoom | Automatic zoom of chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropColorPlaneX | Color of vertical plane (axis to right or to left) | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropColorPlaneY | Color of horizontal plane (axis above or below) | <Chart>.3DSParameter,
| gr3DSPropColorPlaneZ | Color of background plane | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropDistance | Zoom of chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropElevation | Rotation angle of chart around the vertical axis (Y axis) | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropLegendOverlap | The legend and title overlap the chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropLightX | X coordinate of the light that is lighting the chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSPropLightY | Y coordinate of the light that is lighting the chart | <Chart>.3DSParameter,
| gr3DSPropRotation | Rotation angle of chart around the horizontal axis (X axis) | <Chart>.3DSParameter,
| gr3DSPropTransparency | Transparency level for the bars or sections of chart | <Chart>.3DSParameter, <Chart>.Parameter | gr3DSScatter | Chart type: 3D scatter chart | grCreate,
| Versions 17 and latergrAlgoFunnel New in version 17grAlgoFunnel grAlgoFunnel | Mode for representing the data in a Funnel chart. | <Chart>.Parameter | Versions 24 and latergrAlgoPyramid New in version 24grAlgoPyramid grAlgoPyramid | Mode for representing the data in a Pyramid chart. | <Chart>.Parameter | grAllSeries | Allows you to change the line thickness for all series | <Chart>.LineThickness | grArea | Chart type: Area | grCreate, <Chart>.Type | grAtBottom | - Legend displayed at the bottom of chart
- Title displayed at the bottom of chart
- Vertical axis oriented to the bottom
| <Chart>.Legend, <Chart>.Title,
| grAtLeft | - Chart legend displayed on the left
- Horizontal axis oriented to the left
| <Chart>.Legend,
| grAtRight | - Chart legend displayed on the right
- Horizontal axis oriented to the right
| <Chart>.Legend,
| grAtTop | - Legend displayed at the top of chart
- Title displayed at the top of chart
- Vertical axis oriented to the top
| <Chart>.Legend, <Chart>.Title, <Chart>.Orientation | grAxisX | - Coordinates of bounds on the X axis.
- Axis used for the rotation of a Surface chart.
| <Chart>.PointInfo | grAxisY | - Coordinates of bounds on the Y axis.
- Axis used for the rotation of a Surface chart.
| <Chart>.PointInfo | Versions 18 and latergrAxisZ New in version 18grAxisZ grAxisZ | - Coordinates of bounds on the Z axis.
- Axis used for the rotation of a Surface chart.
| <Chart>.PointInfo | grBarCharts | Chart type: Stock | grCreate, <Chart>.Type | Versions 16 and latergrBubbleChart New in version 16grBubbleChart grBubbleChart | Chart type: Bubble chart. | grCreate, <Chart>.Type, <Chart>.SeriesType | grCallback | Type of fill for the series: Series filled by a WLanguage function/procedure. | <Chart>.SourceSeries | grCandleStick | Chart type: Stock chart (Japanese candlestick) | grCreate, <Chart>.Type, | grCategory | Number of pointed category | <Chart>.InfoXY | grColorAutomatic | Series color automatically defined | ..SeriesColor | grColorAxis | Color of axes. | <Chart>.Color | grColorAxisSide | Color of raised part of axes | <Chart>.Color | grColorBorder | Color of border for the chart elements (for the charts other than 3D charts). Used to find out and modify the border color for a bar in a Column chart. | <Chart>.Color | grColorBullishCandlestick | Color of bars in a candlestick when the closing value is greater than the opening value. | <Chart>.Color | Versions 21 and latergrColorGradient New in version 21grColorGradient grColorGradient | Mode for displaying colors between two values in a Heatmap chart: A linear gradient is applied to the intermediate values. | <Chart>.Parameter | grColorGridlines | Gridline color | <Chart>.Color | grColorGridlinesSide | Color of raised part of gridlines | <Chart>.Color | grColorLegend | Color of legend border. | <Chart>.Color | grColorLegendBackground | Legend background color | <Chart>.Color | grColumn | Chart type: Column chart | grCreate, <Chart>.Type, <Chart>.SeriesType | grColumnStacked | Chart type: Stacked Column chart | grCreate, <Chart>.Type, <Chart>.SeriesType | grCurve | Chart type: Line | grCreate, <Chart>.Type, <Chart>.SeriesType | Versions 22 and latergrCurveQuadraticRegression New in version 22grCurveQuadraticRegression grCurveQuadraticRegression | Chart type: Line chart in the following format: "ax2 + bx + c". The curvature is defined by performing a quadratic regression on the specified series. | <Chart>.SeriesType | Versions 15 and latergrData New in version 15grData grData | Type of deletion: Deletes data from the series. | <Chart>.DeleteSeries | Versions 15 and latergrDataAndStyle New in version 15grDataAndStyle grDataAndStyle | Type of deletion: Deletes data and style from the series. | <Chart>.DeleteSeries | Versions 19 and latergrDefault New in version 19grDefault grDefault | Waterfall chart: Category of chart values. | <Chart>.WaterfallCategoryType | grDonut | Chart type: Donut | grCreate, <Chart>.Type | grEndValue | End value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 17 and latergrFunnel New in version 17grFunnel grFunnel | Chart type: Funnel | grCreate, <Chart>.Type | Versions 17 and latergrFunnelArea New in version 17grFunnelArea grFunnelArea | Mode for representing the data in a Funnel chart: The value is symbolized by the area of funnel section. | <Chart>.Parameter | Versions 17 and latergrFunnelHeight New in version 17grFunnelHeight grFunnelHeight | Mode for representing the data in a Funnel chart: The value is symbolized by the height of funnel section. | <Chart>.Parameter | Versions 18 and latergrGridlinesX New in version 18grGridlinesX grGridlinesX | The gridlines are displayed on the X axis. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | Versions 18 and latergrGridlinesY New in version 18grGridlinesY grGridlinesY | The gridlines are displayed on the Y axis. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | Versions 18 and latergrGridlinesZ New in version 18grGridlinesZ grGridlinesZ | The gridlines are displayed on the Z axis. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | Versions 23 and latergrhaMax New in version 23grhaMax grhaMax | Aggregation algorithm to use: Aggregation according to the maximum of data. | <Chart>.ColumnAggregation | Versions 23 and latergrhaMean New in version 23grhaMean grhaMean | Aggregation algorithm to use: Aggregation according to the mean of data. | <Chart>.ColumnAggregation | Versions 23 and latergrhaMin New in version 23grhaMin grhaMin | Aggregation algorithm to use: Aggregation according to the minimum of data. | <Chart>.ColumnAggregation | Versions 23 and latergrhaNone New in version 23grhaNone grhaNone | Aggregation algorithm to use: None | <Chart>.ColumnAggregation | Versions 23 and latergrhaSum New in version 23grhaSum grhaSum | Aggregation algorithm to use: Aggregation according to the sum of data. | <Chart>.ColumnAggregation | Versions 21 and latergrHeatMap New in version 21grHeatMap grHeatMap | Chart type: Heatmap chart | grCreate, <Chart>.Type | Versions 21 and latergrHigherLevel New in version 21grHigherLevel grHigherLevel | Mode for displaying colors between two values in a Heatmap chart: The display of colors is done by level. All the values greater than or equal to the level will take the color given by <Chart>.HMColor. | <Chart>.Parameter | Versions 21 and latergrHMColorEmptyValue New in version 21grHMColorEmptyValue grHMColorEmptyValue | The specified color will be applied to the data outside level or without value. This color is transparent by default. | <Chart>.HMColor | Versions 21 and latergrHMDisplayColor New in version 21grHMDisplayColor grHMDisplayColor | Mode for displaying colors in a Heatmap chart. | <Chart>.Parameter | Versions 22 and latergrInfiniteZoomOut New in version 22grInfiniteZoomOut grInfiniteZoomOut | Mode for managing the zoom out on a Chart control. | <Chart>.Parameter | Versions 20 and latergrInteractiveSunburst New in version 20grInteractiveSunburst grInteractiveSunburst | Mode for managing the interactivity in a Sunburst chart. | <Chart>.Parameter | Versions 25 and latergrInvisible New in version 25grInvisible grInvisible | Allows making the axis invisible. | <Chart>.AxisVisible | grItem | Type of fill for the series: Series filled from an item. | <Chart>.SourceSeries | Versions 25 and latergrLabelOnly New in version 25grLabelOnly grLabelOnly | Allows displaying only the labels of the axis. | <Chart>.AxisVisible | Versions 22 and latergrLineConstant New in version 22grLineConstant grLineConstant | Displays a horizontal line at the specified position. | <Chart>.SeriesType | Versions 22 and latergrLineLinearRegression New in version 22grLineLinearRegression grLineLinearRegression | Displays a line whose inclination is calculated by performing a linear regression on the specified series. | <Chart>.SeriesType | Versions 22 and latergrLineMeanValue New in version 22grLineMeanValue grLineMeanValue | Displays a horizontal line at the mean of specified series. | <Chart>.SeriesType | grListBox | Type of fill for the series: Series filled from a list box. | <Chart>.SourceSeries | Versions 21 and latergrLowerLevel New in version 21grLowerLevel grLowerLevel | Mode for displaying colors between two values in a Heatmap chart: The display of colors is done by level. All the values less than or equal to the level will take the color given by <Chart>.HMColor. | <Chart>.Parameter | grMaskAxis | The specified mask is used to format the values displayed on the chart axes. | <Chart>.Mask | grMaskPercent | The specified mask is used to format the percentages displayed in the chart (grLabel(<Chart Name>, grShowPercent, True)) | <Chart>.Mask | Versions 21 and latergrMaskTimeAxis New in version 21grMaskTimeAxis grMaskTimeAxis | The specified mask is used to format the dates or times displayed on the chart axes. | <Chart>.Mask | grMaskValue | The specified mask is used to format the values displayed in the chart (grLabel(<Chart Name>, grShowValue, True)) | <Chart>.Mask | grMax | - Coordinates of upper bound.
Versions 22 and laterPosition of axis: placed on the maximum mark of chart New in version 22Position of axis: placed on the maximum mark of chart Position of axis: placed on the maximum mark of chart
| <Chart>.PointInfo, <Chart>.AxisPosition | grMaxValue | Maximum value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 23 and latergrMenuForCompatibility New in version 23grMenuForCompatibility grMenuForCompatibility | Popup menu of chart: Popup menu in the format of a drop-down menu (kept for backward compatibility with the versions earlier than version 23). | <Chart>.Menu | Versions 23 and latergrMenuNone New in version 23grMenuNone grMenuNone | Popup menu of chart: None | <Chart>.Menu | Versions 23 and latergrMenuWindow New in version 23grMenuWindow grMenuWindow | Popup menu of chart: Popup menu in window format. | <Chart>.Menu | grMin | - Coordinates of lower bound.
Versions 22 and laterPosition of axis: placed on the minimum mark of chart. New in version 22Position of axis: placed on the minimum mark of chart. Position of axis: placed on the minimum mark of chart.
| <Chart>.PointInfo, <Chart>.AxisPosition | grMinMax | Chart type: Stock chart displaying the difference between the minimum and maximum values | grCreate, <Chart>.Type, <Chart>.SeriesType | grMinValue | Minimum value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 19 and latergrNegative New in version 19grNegative grNegative | Waterfall chart: Define the color for the negative values. | <Chart>.WaterfallColor | Versions 18 and latergrNoGridlines New in version 18grNoGridlines grNoGridlines | Used to cancel the gridlines. | <Chart>.SurfaceGridlines <Chart>.Scatter3DGridlines | grNone | Title or legend of chart not displayed | <Chart>.Legend, <Chart>.Title | Versions 22 and latergrNotDrawn New in version 22grNotDrawn grNotDrawn | Type of point: Point not drawn. | <Chart>.PointType, <Chart>.SeriesPointType | Versions 16 and latergrOptimizedLocation New in version 16grOptimizedLocation grOptimizedLocation | Enable the optimization used to fill the available space for the Pie, Semi-circular and Donut charts displayed in a control or in a window. | <Chart>.Parameter | grOptimizedMarksX | Enable the optimization of marks on the horizontal axis (X axis) | <Chart>.Parameter | grOptimizedMarksY | Enable the optimization of marks on the vertical axis (Y axis) | <Chart>.Parameter | Versions 20 and latergrPath New in version 20grPath grPath | Path of section in the Sunburst chart. | <Chart>.InfoXY | grPie | Chart type: Pie | grCreate, <Chart>.Type | Versions 18 and latergrPlaneXY New in version 18grPlaneXY grPlaneXY | Gridlines of XY plane. | <Chart>.SurfaceGridlines <Chart>.Scatter3DProjection <Chart>.Scatter3DGridlines | Versions 18 and latergrPlaneXZ New in version 18grPlaneXZ grPlaneXZ | Gridlines of XZ plane. | <Chart>.SurfaceGridlines <Chart>.Scatter3DProjection <Chart>.Scatter3DGridlines | Versions 18 and latergrPlaneYZ New in version 18grPlaneYZ grPlaneYZ | Gridlines of YZ plane. | <Chart>.SurfaceGridlines <Chart>.Scatter3DProjection <Chart>.Scatter3DGridlines | Versions 22 and latergrPointCircle New in version 22grPointCircle grPointCircle | Type of point: Point shaped like a circle. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointCross New in version 22grPointCross grPointCross | Type of point: Point shaped like a cross. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 23 and latergrPointCube New in version 23grPointCube grPointCube | Type of point: Point shaped like a cube (3D). | <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointDiamond New in version 22grPointDiamond grPointDiamond | Type of point: Point shaped like a diamond. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 23 and latergrPointPyramid New in version 23grPointPyramid grPointPyramid | Type of point: Point shaped like a pyramid (3D). | <Chart>.Scatter3DAddData (Function) | Versions 23 and latergrPointSphere New in version 23grPointSphere grPointSphere | Type of point: Point shaped like a sphere (3D). | <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointSquare New in version 22grPointSquare grPointSquare | Type of point: Point shaped like a square. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 22 and latergrPointTriangle New in version 22grPointTriangle grPointTriangle | Type of point: Point shaped like a triangle. | <Chart>.PointType, <Chart>.SeriesPointType <Chart>.Scatter3DAddData (Function) | Versions 19 and latergrPositive New in version 19grPositive grPositive | Waterfall chart: Define the color for the positive values. | <Chart>.WaterfallColor | grProgramming | Type of fill for the series: Series described by programming. | <Chart>.SourceSeries | Versions 23 and latergrProjection3DScatter New in version 23grProjection3DScatter grProjection3DScatter | Mode for displaying the projections on a 3D Scatter chart. | <Chart>.Parameter | Versions 23 and latergrProjectionAlwaysVisible New in version 23grProjectionAlwaysVisible grProjectionAlwaysVisible | Mode for displaying the projections on a 3D Scatter chart: These projections are always visible. | <Chart>.Parameter | Versions 23 and latergrProjectionClick New in version 23grProjectionClick grProjectionClick | Mode for displaying the projections on a 3D Scatter chart: The projections are visible during the click on the point. | <Chart>.Parameter | Versions 23 and latergrProjectionNone New in version 23grProjectionNone grProjectionNone | Mode for displaying the projections on a 3D Scatter chart: no projection. | <Chart>.Parameter | Versions 24 and latergrPyramid New in version 24grPyramid grPyramid | Chart type: Pyramid | grCreate, <Chart>.Type | Versions 24 and latergrPyramidHeight New in version 24grPyramidHeight grPyramidHeight | Mode for representing the data in a Pyramid chart: The value is symbolized by the height of the pyramid section. | <Chart>.Parameter | Versions 24 and latergrPyramidVolume New in version 24grPyramidVolume grPyramidVolume | Mode for representing the data in a Pyramid chart: The value is symbolized by the area of the pyramid section. | <Chart>.Parameter | grRadar | Chart type: Radar | grCreate,
| Versions 23 and latergrSamplingEnabled New in version 23grSamplingEnabled grSamplingEnabled | Enable the data sampling. | <Chart>.Parameter | grScatter | Chart type: Scatter | grCreate, <Chart>.Type, <Chart>.SeriesType | Versions 23 and latergrScatter3D New in version 23grScatter3D grScatter3D | Chart type: 3D scatter | grCreate, <Chart>.Type | Versions 22 and latergrScrollbarZoomAlwaysVisible New in version 22grScrollbarZoomAlwaysVisible grScrollbarZoomAlwaysVisible | Mode for displaying the scrollbar in a Chart control at the end of zoom. | <Chart>.Parameter | Versions 22 and latergrSecondaryYCoord New in version 22grSecondaryYCoord grSecondaryYCoord | Returns the Y coordinate according to the secondary axis of chart point. | <Chart>.InfoXY | grSecondaryYCoordinate | Defines the secondary Y axis | <Chart>.Graduate, <Chart>.Origin, <Chart>.AxisTitleFont <Chart>.Zoom | grSemiCircular | Chart type: Semi-circular | grCreate, <Chart>.Type | grSeries | Number of the pointed series. | <Chart>.InfoXY | grShowLabel | Additional legend: Label of data categories | <Chart>.Label | grShowPercent | Additional legend: Percentage of data categories | <Chart>.Label | grShowTooltip | Enables or disables the tooltip. | <Chart>.Tooltip | grShowValue | Additional legend: Value of data categories | <Chart>.Label | grShowValueIfNull | Additional legend: Label of data categories, even for the null values in the stacked column chart. | <Chart>.Label | grStartValue | Start value of series (stock chart only) | <Chart>.StockGetData, <Chart>.InfoXY | Versions 19 and latergrSubTotal New in version 19grSubTotal grSubTotal | Waterfall chart: Sub-total category. | <Chart>.WaterfallColor,
| Versions 20 and latergrSunburst New in version 20grSunburst grSunburst | Chart type: Sunburst | grCreate,
| Versions 20 and latergrSunburstCaptionPerpendicularSection New in version 20grSunburstCaptionPerpendicularSection grSunburstCaptionPerpendicularSection | Mode for displaying labels in a Sunburst chart. | <Chart>.Parameter | Versions 20 and latergrSunburstMaxLevel New in version 20grSunburstMaxLevel grSunburstMaxLevel | Maximum number of levels displayed in a Sunburst chart. | <Chart>.Parameter | Versions 18 and latergrSurface New in version 18grSurface grSurface | Chart type: Surface | grCreate, <Chart>.Type | grTable | Type of fill for the series: Series filled from a WLanguage array | <Chart>.SourceSeries | grTableColumn | Type of fill for the series: Series filled from a column table. | <Chart>.SourceSeries | Versions 23 and latergrtlDay New in version 23grtlDay grtlDay | Supported level: day | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlHour New in version 23grtlHour grtlHour | Supported level: hour | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlMillisecond New in version 23grtlMillisecond grtlMillisecond | Supported level: millisecond | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlMinute New in version 23grtlMinute grtlMinute | Supported level: minute | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlMonth New in version 23grtlMonth grtlMonth | Supported level: month | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlSecond New in version 23grtlSecond grtlSecond | Supported level: second | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | Versions 23 and latergrtlYear New in version 23grtlYear grtlYear | Supported level: year | <Chart>.TimeLevelMask, <Chart>.TimeLevelMax | grTooltipFormat | Describes the tooltip format | <Chart>.Tooltip | Versions 16 and latergrTooltipFormatBubbleChart New in version 16grTooltipFormatBubbleChart grTooltipFormatBubbleChart | Describes the tooltip format for a Bubble chart | <Chart>.Tooltip | Versions 20 and latergrTooltipFormatCrosshairHeader New in version 20grTooltipFormatCrosshairHeader grTooltipFormatCrosshairHeader | Describes the header format for the chart crosshairs. | <Chart>.Tooltip | Versions 21 and latergrTooltipFormatHeatMap New in version 21grTooltipFormatHeatMap grTooltipFormatHeatMap | Describes the tooltip format for a Heatmap chart. | <Chart>.Tooltip | grTooltipFormatPie | Describes the tooltip format for a Pie chart | <Chart>.Tooltip | grTooltipFormatScatter | Describes the tooltip format for a Scatter chart | <Chart>.Tooltip | grTooltipFormatStock | Describes the tooltip format for a Stock chart | <Chart>.Tooltip | Versions 19 and latergrTotal New in version 19grTotal grTotal | Waterfall chart: Total category. | <Chart>.WaterfallColor, <Chart>.WaterfallCategoryType | grValue | Value of pointed series. | <Chart>.InfoXY | grValueNotFound | Constant returned when using the [] operator to handle the values of a series:
for example: ChartControl[Series][Value] or ChartControl[Series, Value]
This constant means that the nth value of series was not defined. | | Versions 25 and latergrVisible New in version 25grVisible grVisible | Allows making the axis visible. | <Chart>.AxisVisible | Versions 19 and latergrWaterfall New in version 19grWaterfall grWaterfall | Chart type: Waterfall | grCreate, <Chart>.Type, <Chart>.SeriesType | Versions 22 and latergrXCoord New in version 22grXCoord grXCoord | Returns the X coordinate of chart point. | <Chart>.InfoXY | grXCoordinate | Defines the horizontal axis | <Chart>.Graduate, <Chart>.PointInfo, <Chart>.Orientation, <Chart>.Origin, <Chart>.GridLines, <Chart>.AxisTitleFont, <Chart>.SurfaceMarkCaption, <Chart>.SurfaceDeleteMarkCaption, <Chart>.SurfaceGetData, <Chart>.Zoom <Chart>.AxisPosition <Chart>.Scatter3DMarkCaption,
| grXValue | X value of the series (Scatter chart). | <Chart>.ScatterGetDataXY, <Chart>.InfoXY | Versions 22 and latergrYCoord New in version 22grYCoord grYCoord | Returns the Y coordinate of chart point. | <Chart>.InfoXY | grYCoordinate | Defines the Y axis | <Chart>.Graduate, <Chart>.Orientation <Chart>.Origin, <Chart>.GridLines, <Chart>.SurfaceGetData, <Chart>.AxisTitleFont, <Chart>.Zoom <Chart>.AxisPosition <Chart>.Scatter3DMarkCaption,
| grYValue | Y value of the series (Scatter chart). | <Chart>.ScatterGetDataXY, <Chart>.InfoXY | Versions 18 and latergrZCoordinate New in version 18grZCoordinate grZCoordinate | Defines the Z axis. | <Chart>.Graduate, <Chart>.Origin, <Chart>.Scatter3DMarkCaption, <Chart>.Scatter3DDeleteMarkCaption | Versions 22 and latergrZero New in version 22grZero grZero | Position of axis: Axis placed on mark 0. | <Chart>.AxisPosition |
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |