Class OdfChartRegressionCurveInfo
Represents a trend line (regression curve) setting for a chart data series (chart:regression-curve).
表示圖表資料序列的趨勢線(迴歸曲線)設定(chart:regression-curve)。
public sealed class OdfChartRegressionCurveInfo
- Inheritance
-
OdfChartRegressionCurveInfo
- Inherited Members
Constructors
OdfChartRegressionCurveInfo(string?)
Represents a trend line (regression curve) setting for a chart data series (chart:regression-curve).
表示圖表資料序列的趨勢線(迴歸曲線)設定(chart:regression-curve)。
public OdfChartRegressionCurveInfo(string? styleName)
Parameters
styleNamestringThe applied style name; the regression type (linear, logarithmic, exponential, etc.) is determined by the style's chart properties. / 套用的樣式名稱,迴歸類型(線性、對數、指數等)由樣式的圖表屬性決定。
Properties
StyleName
Gets the applied style name. 取得套用的樣式名稱。
public string? StyleName { get; }