class documentation

class XlBarShape(IntEnum):

View In Hierarchy

XlBarShape列挙体

Members:

Box ボックス

ConeToMax 円錐。値の箇所で平面が切断されます。

ConeToPoint 円錐。値の箇所が頂点になります。

Cylinder 円柱

PyramidToMax ピラミッド。値の箇所で平面が切断されます。

PyramidToPoint ピラミッド。値の箇所が頂点になります。

Class Variable Box ボックス
Class Variable ConeToMax 円錐。値の箇所で平面が切断されます。
Class Variable ConeToPoint 円錐。値の箇所が頂点になります。
Class Variable Cylinder 円柱
Class Variable PyramidToMax ピラミッド。値の箇所で平面が切断されます。
Class Variable PyramidToPoint ピラミッド。値の箇所が頂点になります。
Box =

ボックス

ConeToMax =

円錐。値の箇所で平面が切断されます。

ConeToPoint =

円錐。値の箇所が頂点になります。

Cylinder =

円柱

PyramidToMax =

ピラミッド。値の箇所で平面が切断されます。

PyramidToPoint =

ピラミッド。値の箇所が頂点になります。