API Reference

Class

LegacyXlsChartBarOptions

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Describes decoded Bar chart group options preserved from a BIFF chart stream.

Inheritance

  • Object
  • LegacyXlsChartBarOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Properties

public Int16 OverlapPercentage { get; } #

Gets the overlap between data points in the same category as a percentage of bar width.

public UInt16 GapWidthPercentage { get; } #

Gets the gap width between adjacent categories as a percentage of bar width.

public UInt16 Flags { get; } #

Gets the raw Bar option flags.

public Boolean IsTransposed { get; } #

Gets whether the chart group swaps category and value axis orientation.

public Boolean IsStacked { get; } #

Gets whether data points in the same chart group are stacked.

public Boolean IsPercentStacked { get; } #

Gets whether stacked values are displayed as percentages.

public Boolean HasShadow { get; } #

Gets whether data points in the chart group have shadows.