Class | |
Category | Single |
Inherits from | |
Number of real data sets displayed | 1 |
Can be used with all types of projections | Yes |
Items drawn | Stairs |
IlvPalette* palette = dpy->getPalette(dpy->getColor(“gold”), dpy->getColor(“red”), 0,0,0,0,2); IlvStairChartDisplayer* displayer = new IlvStairChartDisplayer(palette); |
Note: By default, the stairs are outlined with the foreground color and filled with the background color of the defined palette. They will be displayed only with the outline if the Drawn Filled property is set to IlvFalse. |