Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

OdsChart

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

One embedded ODS chart and its source-cell references. Chart styling remains preserved package XML.

Inheritance

  • Object
  • OdsChart

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

Properties

public String Name { get; } #

Drawing name in the parent worksheet.

public String ChartClass { get; } #

ODF chart class, such as chart:bar or chart:line.

public String Title { get; } #

Chart title text when present.

public String TitleCellRangeAddress { get; } #

Cell range supplying the title when the chart uses a referenced title.

public String CategoriesAddress { get; } #

ODF category-cell range referenced by the chart.

public IReadOnlyList<OdsChartSeries> Series { get; } #

Value ranges and optional label cells in chart order.

public Boolean IsStacked { get; } #

Whether the plot style requests stacked series.

public Boolean IsPercentage { get; } #

Whether the plot style requests percentage stacking.

public Boolean IsThreeDimensional { get; } #

Whether the plot style requests a three-dimensional chart.

public Nullable<Boolean> VerticalBars { get; } #

For bar charts, true means horizontal bars; false means vertical columns.

public OdfRect Bounds { get; } #

Frame position and size in the parent worksheet.

public Nullable<Int64> AnchorRow { get; } #

Zero-based row containing the chart frame, or null for a sheet-level shape.

public Nullable<Int64> AnchorColumn { get; } #

Zero-based column containing the chart frame, or null for a sheet-level shape.