Table of Contents

Class OdfChartSeriesInfo

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

Represents high-level summary information for a chart data series. 表示圖表資料序列的高階摘要。

public sealed class OdfChartSeriesInfo
Inheritance
OdfChartSeriesInfo
Inherited Members

Constructors

OdfChartSeriesInfo(string?, string?, string?, string?, string?)

Represents high-level summary information for a chart data series. 表示圖表資料序列的高階摘要。

public OdfChartSeriesInfo(string? valuesCellRangeAddress, string? labelCellAddress, string? seriesClass, string? styleName, string? attachedAxis)

Parameters

valuesCellRangeAddress string

The data value cell range address, or null when the series uses embedded chart data instead of a linked cell range. / 資料值儲存格範圍位址,若序列使用內嵌圖表資料而非連結儲存格範圍時為 null

labelCellAddress string

The optional label cell address. / 選用的標籤儲存格位址。

seriesClass string

The series class (e.g. chart:line). / 序列類型(例如 chart:line)。

styleName string

The series style name. / 序列樣式名稱。

attachedAxis string

The name of the attached axis. / 附著的座標軸名稱。

Properties

AttachedAxis

Gets the name of the attached axis. 取得附著的座標軸名稱。

public string? AttachedAxis { get; }

Property Value

string

LabelCellAddress

Gets the optional label cell address. 取得選用的標籤儲存格位址。

public string? LabelCellAddress { get; }

Property Value

string

SeriesClass

Gets the series class. 取得序列類型。

public string? SeriesClass { get; }

Property Value

string

StyleName

Gets the series style name. 取得序列樣式名稱。

public string? StyleName { get; }

Property Value

string

ValuesCellRangeAddress

Gets the data value cell range address, or null when the series uses embedded chart data. 取得資料值儲存格範圍位址,若序列使用內嵌圖表資料則為 null

public string? ValuesCellRangeAddress { get; }

Property Value

string