Class OdfChartDefinition
- Namespace
- OdfKit.Spreadsheet
- Assembly
- OdfKit.dll
Defines settings for an ODS chart. 定義 ODS 圖表的設定資訊。
public sealed class OdfChartDefinition
- Inheritance
-
OdfChartDefinition
- Inherited Members
Constructors
OdfChartDefinition()
public OdfChartDefinition()
Properties
ChartType
Gets or sets the chart type. 取得或設定圖表類型。
public OdfChartType ChartType { get; init; }
Property Value
DataRange
Gets or sets the data cell range referenced by the chart. 取得或設定圖表參照的資料儲存格範圍。
public OdfCellRange DataRange { get; init; }
Property Value
HasLegend
Gets or sets a value indicating whether to show the legend. 取得或設定一個值,指出是否顯示圖例。
public bool HasLegend { get; init; }
Property Value
Title
Gets or sets the chart title. 取得或設定圖表標題。
public string Title { get; init; }