Class OdfEmbeddedChartSeriesUpdate
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Describes a practical embedded chart series update. 描述一項實務嵌入圖表序列更新。
public sealed class OdfEmbeddedChartSeriesUpdate
- Inheritance
-
OdfEmbeddedChartSeriesUpdate
- Inherited Members
Constructors
OdfEmbeddedChartSeriesUpdate()
public OdfEmbeddedChartSeriesUpdate()
Properties
AttachedAxis
Gets or sets the optional attached axis token. 取得或設定選用附著座標軸 token。
public string? AttachedAxis { get; set; }
Property Value
DataLabelPreset
Gets or sets the optional data label preset. 取得或設定選用資料標籤預設。
public OdfChartDataLabelPreset? DataLabelPreset { get; set; }
Property Value
Index
Gets or sets the zero-based series index. 取得或設定以 0 為基準的序列索引。
public int Index { get; set; }
Property Value
MarkerStyle
Gets or sets the optional practical marker style. 取得或設定選用的實務標記樣式。
public OdfChartMarkerStyle? MarkerStyle { get; set; }
Property Value
StyleName
Gets or sets the optional series style name. 取得或設定選用序列樣式名稱。
public string? StyleName { get; set; }