Class XlsChartDataPointsCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Charts
- Assembly
- Spire.XLS.dll
public class XlsChartDataPointsCollection : XlsObject, IDisposable, IChartDataPoints, IExcelApplication, IEnumerable
- Inheritance
-
XlsChartDataPointsCollection
- Implements
- Derived
- Inherited Members
Properties
DefaultDataPoint
public IChartDataPoint DefaultDataPoint { get; }
Property Value
DefaultPointFormat
public XlsChartSerieDataFormat DefaultPointFormat { get; }
Property Value
this[int]
public IChartDataPoint this[int index] { get; }
Parameters
index
int
Property Value
Methods
Add(XlsChartDataPoint)
public void Add(XlsChartDataPoint point)
Parameters
point
XlsChartDataPoint
Clear()
Removes all elements from the collection.
public void Clear()
ClearDataFormats(XlsChartSerieDataFormat)
public void ClearDataFormats(XlsChartSerieDataFormat format)
Parameters
format
XlsChartSerieDataFormat
Clone(object, XlsWorkbook, Dictionary<int, int>, Dictionary<string, string>)
[Obsolete("the method is not implemented")]
public object Clone(object parent, XlsWorkbook book, Dictionary<int, int> fontIndexes, Dictionary<string, string> dicNewSheetNames)
Parameters
parent
objectbook
XlsWorkbookfontIndexes
Dictionary<int, int>dicNewSheetNames
Dictionary<string, string>
Returns
GetEnumerator()
public IEnumerator GetEnumerator()
Returns
UpdateSerieIndex()
[Obsolete("the method is not implemented")]
public void UpdateSerieIndex()