Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

OdsChartSeries

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

Cell references for one embedded ODS chart series.

Inheritance

  • Object
  • OdsChartSeries

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

Constructors

public OdsChartSeries(String valuesAddress, String labelAddress = null) #

Creates a chart series from an ODF cell range and optional one-cell label address.

Parameters

valuesAddress System.String requiredposition: 0
labelAddress System.String = null optionalposition: 1

Properties

public String ValuesAddress { get; } #

ODF range containing the series values.

public String LabelAddress { get; } #

Optional ODF cell containing the series label.

public String ChartClass { get; } #

Optional series-specific ODF chart class.