Table of Contents

Class OdfChartLegend

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

Represents a unified editable model for the chart legend. 表示圖表圖例的統一可編輯模型。

public sealed class OdfChartLegend
Inheritance
OdfChartLegend
Inherited Members

Properties

Alignment

Gets or sets the legend alignment (maps to chart:legend-align). 取得或設定圖例對齊方式(對應 chart:legend-align)。

public string? Alignment { get; set; }

Property Value

string

IsVisible

Gets or sets whether the legend is visible. 取得或設定圖例是否顯示。

public bool IsVisible { get; set; }

Property Value

bool

Position

Gets or sets the legend position (maps to chart:legend-position). 取得或設定圖例位置(對應 chart:legend-position)。

public string? Position { get; set; }

Property Value

string

Style

Gets or sets the chart style of the legend. 取得或設定圖例的圖表樣式。

public OdfChartStyle Style { get; set; }

Property Value

OdfChartStyle

StyleName

Gets or sets the legend style name (maps to chart:style-name). 取得或設定圖例樣式名稱(對應 chart:style-name)。

public string? StyleName { get; set; }

Property Value

string