バージョン

BarShape プロパティ (WorksheetChart)

Infragistics.Documents.Excel.Charts.Series 棒の形状を返すか設定します。立体棒タイプのチャートのみに適用します。
シンタックス
'宣言
 
Public Property BarShape As Nullable(Of BarShape)
public Nullable<BarShape> BarShape {get; set;}
解説

このプロパティは以下のチャート タイプのみ適用されます。

  • Bar3DStacked
  • Column3DStacked
  • ConeBarStacked
  • ConeColStacked
  • PyramidBarStacked
  • PyramidColStacked
  • CylinderBarStacked
  • CylinderColStacked
  • Bar3DStacked100
  • Column3DStacked100
  • ConeBarStacked100
  • ConeColStacked100
  • PyramidBarStacked100
  • PyramidColStacked100
  • CylinderBarStacked100
  • CylinderColStacked100
  • Column3D
  • PyramidCol
  • ConeCol
  • CylinderCol

このプロパティを使用して、すべてのシリーズ棒の棒の形状を設定します。

このプロパティを使用して、特別のシリーズ棒の形状を設定します。

参照