目錄 / Table of Contents

Class OdfChartSeriesUpdate

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

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

index int

The zero-based target series index. / 目標序列索引(從 0 起算)。

snapshot OdfChartSeriesInfo

The desired series snapshot. / 目標序列快照。

Properties

Index

Gets the zero-based target series index. 取得目標序列索引(從 0 起算)。

public int Index { get; }

Property Value

int

Snapshot

Gets the desired series snapshot. 取得目標序列快照。

public OdfChartSeriesInfo Snapshot { get; }

Property Value

OdfChartSeriesInfo