PyQt/PyQtChart练习/堆叠柱状图/option.json

42 lines
926 B
JSON
Raw Normal View History

2017-12-19 01:47:24 +08:00
{
"title": {
"text": "堆叠柱状图",
"brush": "",
"font": ""
},
"antialiasing": true,
"theme": "",
"animation": {
"duration": 1000,
"curve": "Linear",
"options": "all"
},
"BackgroundBrush": "",
"BackgroundPen": "",
"BackgroundRoundness": "",
"BackgroundVisible": true,
"DropShadowEnabled": true,
"Margins": "",
"PlotAreaBackgroundBrush": "",
"PlotAreaBackgroundPen": "",
"PlotAreaBackgroundVisible": true,
"legend": {
"alignment": "center",
"backgroundVisible": true,
"BorderColor": "#00FF00",
"Brush": "",
"Color": "black",
"font": "微软雅黑",
"LabelBrush": "",
"LabelColor": "red",
"MarkerShape": "",
"Pen": "",
"reverseMarkers": true,
"showToolTips": true
},
"axisx": {
},
"axisy": {
}
}