Class OdfChartErrorIndicatorInfo
Represents an error bar setting for a chart data series (chart:error-indicator).
表示圖表資料序列的誤差棒設定(chart:error-indicator)。
public sealed class OdfChartErrorIndicatorInfo
- Inheritance
-
OdfChartErrorIndicatorInfo
- Inherited Members
Constructors
OdfChartErrorIndicatorInfo(string?, string?)
Represents an error bar setting for a chart data series (chart:error-indicator).
表示圖表資料序列的誤差棒設定(chart:error-indicator)。
public OdfChartErrorIndicatorInfo(string? dimension, string? styleName)
Parameters
dimensionstringThe dimension the error bar applies to (e.g.
y,x). / 套用誤差棒的維度(例如y、x)。styleNamestringThe applied style name; the error amount and category are determined by the style's chart properties. / 套用的樣式名稱,誤差量、誤差類別等細節由樣式的圖表屬性決定。
Properties
Dimension
Gets the dimension the error bar applies to. 取得套用誤差棒的維度。
public string? Dimension { get; }
Property Value
StyleName
Gets the applied style name. 取得套用的樣式名稱。
public string? StyleName { get; }