|
|
|
|
grScatter3DAltitudeColor (Function) In french: grNuage3DCouleurAltitude Defines the different colors used according to the altitude levels of a series found in a 3D Scatter chart. grScatter3DAltitudeColor(CHART_My3DScatter, 1, LightRed, 100) grScatter3DAltitudeColor(CHART_My3DScatter, 1, PastelBlue, 0)
Syntax
grScatter3DAltitudeColor(<Chart name> , <Series number> , <Color> , <Altitude>)
<Chart name>: Control name or character string Name of 3D Scatter chart to use. This name can correspond to:- the chart name defined through programming with grCreate.
- the name of the Chart control (in the window editor).
<Series number>: Integer Number of the series to use. <Color>: Integer or Integer constant Color for the specified altitude. This color can correspond to: <Altitude>: Real Altitude for which the color will be applied. Remarks If altitude colors are specified, the points found at this altitude will be colored accordingly. For the points found between two colors, a linear gradient will be applied. For the points found outside color bounds, the color of series will be applied.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|