Table of Contents

Class OdfChartStyleInfo

Namespace
OdfKit.Chart
Assembly
OdfKit.dll

Represents high-level summary information for a chart automatic style. 表示圖表自動樣式的高階摘要。

public sealed class OdfChartStyleInfo
Inheritance
OdfChartStyleInfo
Inherited Members

Constructors

OdfChartStyleInfo(string, string?, string?, string?, string?, string?, bool?, int?, string?, string?, string?, string?)

Represents high-level summary information for a chart automatic style. 表示圖表自動樣式的高階摘要。

public OdfChartStyleInfo(string name, string? fillColor, string? strokeColor, string? strokeWidth, string? fill = null, string? stroke = null, bool? threeDimensional = null, int? angleOffset = null, string? symbolType = null, string? symbolName = null, string? symbolSize = null, string? dataStyleName = null)

Parameters

name string

The style name. / 樣式名稱。

fillColor string

The fill color (e.g. #FF0000). / 填滿色(例如 #FF0000)。

strokeColor string

The stroke color. / 筆觸色。

strokeWidth string

The stroke width (e.g. 0.05cm). / 筆觸寬度(例如 0.05cm)。

fill string

The fill style (e.g. solid or none). / 填滿樣式(例如 solidnone)。

stroke string

The stroke style (e.g. solid or none). / 筆觸樣式(例如 solidnone)。

threeDimensional bool?

Indicates whether this is a 3D chart. / 指出是否為 3D 圖表。

angleOffset int?

The 3D projection angle offset. / 3D 投影角度偏置。

symbolType string

The marker symbol type. / 標記符號類型。

symbolName string

The marker symbol name. / 標記符號名稱。

symbolSize string

The marker symbol size. / 標記符號大小。

dataStyleName string

The data style name. / 資料樣式名稱。

Properties

AngleOffset

Gets the 3D projection angle offset. 取得 3D 投影角度偏置。

public int? AngleOffset { get; }

Property Value

int?

DataStyleName

Gets the data style name used for number formatting. 取得用於數字格式的資料樣式名稱。

public string? DataStyleName { get; }

Property Value

string

Fill

Gets the fill style. 取得填滿樣式。

public string? Fill { get; }

Property Value

string

FillColor

Gets the fill color. 取得填滿色。

public string? FillColor { get; }

Property Value

string

Name

Gets the style name. 取得樣式名稱。

public string Name { get; }

Property Value

string

Stroke

Gets the stroke style. 取得筆觸樣式。

public string? Stroke { get; }

Property Value

string

StrokeColor

Gets the stroke color. 取得筆觸色。

public string? StrokeColor { get; }

Property Value

string

StrokeWidth

Gets the stroke width. 取得筆觸寬度。

public string? StrokeWidth { get; }

Property Value

string

SymbolName

Gets the marker symbol name. 取得標記符號名稱。

public string? SymbolName { get; }

Property Value

string

SymbolSize

Gets the marker symbol size. 取得標記符號大小。

public string? SymbolSize { get; }

Property Value

string

SymbolType

Gets the marker symbol type. 取得標記符號類型。

public string? SymbolType { get; }

Property Value

string

ThreeDimensional

Gets whether this is a 3D chart. 取得是否為 3D 圖表。

public bool? ThreeDimensional { get; }

Property Value

bool?