Setting grid and chart display options

You can use the DisplayMode parameter to set the display of a CubeViewer object as grid only, chart only, or combined grid and chart.

The DisplayMode parameter uses the following format:

DisplayMode=value

The available options include the following values:

  • Grid
  • Chart
  • GridAndChart

Example

DisplayMode=Chart

DisplayMode=Grid

DisplayMode=GridAndChart