Chart-Wide Properties Overview

These properties control the general appearance of a chart.

This code segment shows the default settings:

catchErrors: true,
fill: {
   color: 'white'
},
border: {
   width: 0, 
   color: 'transparent',
   dash: ''
},
chartFrame: {
   fill: {
      color: 'transparent'
   },
   border: {
      width: 0, 
      color: 'transparent',
      dash: ''
   },
   shadow: false
},
dataSubset: {
   startGroup: undefined,
   stopGroup: undefined
},
swapData: false,
swapDataAndLabels: false,
riserCycleEndLightness: 0.8,
chartsPerRow: undefined,
depth: undefined,
riserDepthGap: 0.2,
riserShadow: false,
riserBevel: undefined,
axisAutoLayout: {
   rotate45: true,
   rotate90: true,
   truncate: true,
   stagger: true,
   skip: true
},
dataLabels: {
   visible: false,
   displayMode: 'x',  
   position: 'top',  
   font: '7.5pt Sans-Serif',
   color: 'black',
   numberFormat: 'auto',
   formatCallback: undefined  
},
groupLabels: "ABCDEFGHIJKLMNOPQRSTUVWXYZ".split(''),

WebFOCUS