Class OdfEmbeddedChartOptions
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Configures insertion of an embedded spreadsheet chart. 設定試算表嵌入圖表的插入行為。
public sealed class OdfEmbeddedChartOptions
- Inheritance
-
OdfEmbeddedChartOptions
- Inherited Members
Constructors
OdfEmbeddedChartOptions()
public OdfEmbeddedChartOptions()
Properties
DataLabelPreset
Gets or sets the optional data label preset applied to each generated series. 取得或設定套用至每個產生序列的選用資料標籤預設。
public OdfChartDataLabelPreset? DataLabelPreset { get; set; }
Property Value
FirstColumnAsLabel
Gets or sets whether the first column is treated as category labels. 取得或設定首欄是否視為分類標籤。
public bool FirstColumnAsLabel { get; set; }
Property Value
FirstRowAsHeader
Gets or sets whether the first row is treated as series labels. 取得或設定首列是否視為序列標籤。
public bool FirstRowAsHeader { get; set; }
Property Value
Height
Gets or sets the frame height. 取得或設定圖表框架高度。
public OdfLength? Height { get; set; }
Property Value
LegendPosition
public string? LegendPosition { get; set; }
Property Value
MarkerStyles
Gets practical marker styles applied by series index. 取得依序列索引套用的實務標記樣式。
public IList<OdfChartMarkerStyle> MarkerStyles { get; }
Property Value
Palette
Gets the optional fill colors applied by series index. 取得依序列索引套用的選用填滿色彩。
public IList<string> Palette { get; }
Property Value
Preset
Gets or sets the chart preset. 取得或設定圖表預設。
public OdfChartPreset Preset { get; set; }
Property Value
SeriesStyleNames
Gets the optional series style names applied by series index. 取得依序列索引套用的選用序列樣式名稱。
public IList<string> SeriesStyleNames { get; }
Property Value
ShowMajorGridLines
Gets or sets whether major grid lines are shown on the Y axis. 取得或設定是否顯示 Y 軸主網格線。
public bool? ShowMajorGridLines { get; set; }
Property Value
- bool?
ShowMinorGridLines
Gets or sets whether minor grid lines are shown on the Y axis. 取得或設定是否顯示 Y 軸次網格線。
public bool? ShowMinorGridLines { get; set; }
Property Value
- bool?
ThreeDOptions
Gets or sets practical 3D options to apply after chart creation. 取得或設定圖表建立後要套用的實務 3D 選項。
public OdfChart3DOptions? ThreeDOptions { get; set; }
Property Value
Title
Gets or sets the optional chart title. 取得或設定選用的圖表標題。
public string? Title { get; set; }
Property Value
Width
Gets or sets the frame width. 取得或設定圖表框架寬度。
public OdfLength? Width { get; set; }
Property Value
XAxisNumberFormat
Gets or sets the optional X-axis number format data style name. 取得或設定選用的 X 軸數字格式資料樣式名稱。
public string? XAxisNumberFormat { get; set; }
Property Value
XAxisTitle
Gets or sets the optional X-axis title. 取得或設定選用的 X 軸標題。
public string? XAxisTitle { get; set; }
Property Value
YAxisNumberFormat
Gets or sets the optional Y-axis number format data style name. 取得或設定選用的 Y 軸數字格式資料樣式名稱。
public string? YAxisNumberFormat { get; set; }
Property Value
YAxisTitle
Gets or sets the optional Y-axis title. 取得或設定選用的 Y 軸標題。
public string? YAxisTitle { get; set; }