Class OdfChartSeriesUpdate
Describes a chart series snapshot to apply at a specified index. 描述要套用至指定索引的圖表序列快照。
public sealed class OdfChartSeriesUpdate
- Inheritance
-
OdfChartSeriesUpdate
- Inherited Members
Constructors
OdfChartSeriesUpdate(int, OdfChartSeriesInfo)
Initializes a chart series update. 初始化圖表序列更新。
public OdfChartSeriesUpdate(int index, OdfChartSeriesInfo snapshot)
Parameters
indexintThe zero-based target series index. / 目標序列索引(從 0 起算)。
snapshotOdfChartSeriesInfoThe desired series snapshot. / 目標序列快照。
Properties
Index
Gets the zero-based target series index. 取得目標序列索引(從 0 起算)。
public int Index { get; }
Property Value
Snapshot
Gets the desired series snapshot. 取得目標序列快照。
public OdfChartSeriesInfo Snapshot { get; }