Class OdfChartDataPointInfo
Represents a single chart:data-point style override entry for a chart data series.
表示圖表資料序列中一筆 chart:data-point 樣式覆蓋設定。
public sealed class OdfChartDataPointInfo
- Inheritance
-
OdfChartDataPointInfo
- Inherited Members
Constructors
OdfChartDataPointInfo(int, string?)
Represents a single chart:data-point style override entry for a chart data series.
表示圖表資料序列中一筆 chart:data-point 樣式覆蓋設定。
public OdfChartDataPointInfo(int repeated, string? styleName)
Parameters
repeatedintThe number of consecutive data points this entry applies to. / 此筆設定套用的連續資料點數量。
styleNamestringThe applied style name. / 套用的樣式名稱。
Properties
Repeated
Gets the number of consecutive data points this entry applies to. 取得此筆設定套用的連續資料點數量。
public int Repeated { get; }
Property Value
StyleName
Gets the applied style name. 取得套用的樣式名稱。
public string? StyleName { get; }