Class OdfChartSeriesInfo
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
valuesCellRangeAddressstringThe data value cell range address, or null when the series uses embedded chart data instead of a linked cell range. / 資料值儲存格範圍位址,若序列使用內嵌圖表資料而非連結儲存格範圍時為 null。
labelCellAddressstringThe optional label cell address. / 選用的標籤儲存格位址。
seriesClassstringThe series class (e.g.
chart:line). / 序列類型(例如chart:line)。styleNamestringThe series style name. / 序列樣式名稱。
attachedAxisstringThe name of the attached axis. / 附著的座標軸名稱。
Properties
AttachedAxis
Gets the name of the attached axis. 取得附著的座標軸名稱。
public string? AttachedAxis { get; }
Property Value
LabelCellAddress
Gets the optional label cell address. 取得選用的標籤儲存格位址。
public string? LabelCellAddress { get; }
Property Value
SeriesClass
Gets the series class. 取得序列類型。
public string? SeriesClass { get; }
Property Value
StyleName
Gets the series style name. 取得序列樣式名稱。
public string? StyleName { get; }
Property Value
ValuesCellRangeAddress
Gets the data value cell range address, or null when the series uses embedded chart data. 取得資料值儲存格範圍位址,若序列使用內嵌圖表資料則為 null。
public string? ValuesCellRangeAddress { get; }