Class OdfChartStyleInfo
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
namestringThe style name. / 樣式名稱。
fillColorstringThe fill color (e.g.
#FF0000). / 填滿色(例如#FF0000)。strokeColorstringThe stroke color. / 筆觸色。
strokeWidthstringThe stroke width (e.g.
0.05cm). / 筆觸寬度(例如0.05cm)。fillstringThe fill style (e.g.
solidornone). / 填滿樣式(例如solid或none)。strokestringThe stroke style (e.g.
solidornone). / 筆觸樣式(例如solid或none)。threeDimensionalbool?Indicates whether this is a 3D chart. / 指出是否為 3D 圖表。
angleOffsetint?The 3D projection angle offset. / 3D 投影角度偏置。
symbolTypestringThe marker symbol type. / 標記符號類型。
symbolNamestringThe marker symbol name. / 標記符號名稱。
symbolSizestringThe marker symbol size. / 標記符號大小。
dataStyleNamestringThe 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
Fill
Gets the fill style. 取得填滿樣式。
public string? Fill { get; }
Property Value
FillColor
Gets the fill color. 取得填滿色。
public string? FillColor { get; }
Property Value
Name
Gets the style name. 取得樣式名稱。
public string Name { get; }
Property Value
Stroke
Gets the stroke style. 取得筆觸樣式。
public string? Stroke { get; }
Property Value
StrokeColor
Gets the stroke color. 取得筆觸色。
public string? StrokeColor { get; }
Property Value
StrokeWidth
Gets the stroke width. 取得筆觸寬度。
public string? StrokeWidth { get; }
Property Value
SymbolName
Gets the marker symbol name. 取得標記符號名稱。
public string? SymbolName { get; }
Property Value
SymbolSize
Gets the marker symbol size. 取得標記符號大小。
public string? SymbolSize { get; }
Property Value
SymbolType
Gets the marker symbol type. 取得標記符號類型。
public string? SymbolType { get; }
Property Value
ThreeDimensional
Gets whether this is a 3D chart. 取得是否為 3D 圖表。
public bool? ThreeDimensional { get; }
Property Value
- bool?