Table of Contents

Enum OdfChartDataLabelPreset

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

Defines common chart data label preset combinations. 定義常用的圖表資料標籤預設組合。

public enum OdfChartDataLabelPreset

Fields

Full = 6

The data value, percentage, category name, and legend key are all shown. 顯示資料數值、百分比、分類名稱與圖例符號。

None = 0

No data label is shown. 不顯示資料標籤。

Percentage = 2

Only the percentage is shown. 只顯示百分比。

PercentageAndCategoryName = 5

The percentage and the category name are shown. 顯示百分比與分類名稱。

Value = 1

Only the data value is shown. 只顯示資料數值。

ValueAndCategoryName = 4

The data value and the category name are shown. 顯示資料數值與分類名稱。

ValueAndPercentage = 3

Both the data value and the percentage are shown. 同時顯示資料數值與百分比。