Skip to content

GraphicalProperties

Source code

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.chart.shapes.html

Usage

GraphicalProperties(
  bwMode = NULL,
  xfrm = NULL,
  noFill = NULL,
  solidFill = NULL,
  gradFill = NULL,
  pattFill = NULL,
  ln = NULL,
  scene3d = NULL,
  custGeom = NULL,
  prstGeom = NULL,
  sp3d = NULL,
  extLst = NULL,
  ...
)

Arguments

bwMode bwMode
xfrm xfrm
noFill noFill
solidFill solidFill
gradFill gradFill
pattFill pattFill
ln ln
scene3d scene3d
custGeom custGeom
prstGeom prstGeom
sp3d sp3d
extLst extLst
Additional arguments, i.e. kwargs.

Details

This element specifies the formatting for the parent chart element. The custGeom, prstGeom, scene3d, and xfrm elements are not supported. The bwMode attribute is not supported. This doesn’t leave much. And the element is used in different places.

Value

An openpyxl Python object.

Examples

library("xlcharts")

GraphicalProperties()