Version

BarShape Property (WorksheetChart)

Returns or sets the shape of Infragistics.Documents.Excel.Charts.Series bars. Applicable only to 3D bar-type charts.
Syntax
public Nullable<BarShape> BarShape {get; set;}
Remarks

This property is applicable only to the following chart types:

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

Use this property to set the bar shape for all series bars.

To set the shape for a particular series bar, use the Infragistics.Documents.Excel.Charts.Series.BarShape property.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also