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": 1,
	"color": "black",
	"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,
"groupLabels": "ABCDEFGHIJKLMNOPQRSTUVWXYZ".split(''),

WebFOCUS

Feedback