Class XlsChartFormatCollection
- Namespace
- Spire.Xls.Core.Spreadsheet.Charts
- Assembly
- Spire.XLS.dll
public class XlsChartFormatCollection : CollectionExtended<XlsChartFormat>, IList<XlsChartFormat>, ICollection<XlsChartFormat>, IEnumerable<XlsChartFormat>, IEnumerable, IExcelApplication, ICloneParent
- Inheritance
-
XlsChartFormatCollection
- Implements
- Derived
- Inherited Members
Properties
IsPrimary
public bool IsPrimary { get; }
Property Value
this[int]
public XlsChartFormat this[int index] { get; }
Parameters
index
int
Property Value
NeedSecondaryAxis
Returns true if this collection is primary and contain series that need secondary axis.
public bool NeedSecondaryAxis { get; }
Property Value
Methods
Add(XlsChartFormat)
public XlsChartFormat Add(XlsChartFormat format)
Parameters
format
XlsChartFormat
Returns
Add(XlsChartFormat, bool)
public XlsChartFormat Add(XlsChartFormat format, bool bCanReplace)
Parameters
format
XlsChartFormatbCanReplace
bool
Returns
Clone(object)
[Obsolete("the method is not implemented")]
public override object Clone(object parent)
Parameters
parent
object
Returns
ContainsIndex(int)
public bool ContainsIndex(int index)
Parameters
index
int
Returns
FindOrAdd(XlsChartFormat)
public XlsChartFormat FindOrAdd(XlsChartFormat formatToAdd)
Parameters
formatToAdd
XlsChartFormat
Returns
SetIndex(int, int)
[Obsolete("the method is not implemented")]
public void SetIndex(int index, int Value)
Parameters
UpdateFormatsOnAdding(int)
[Obsolete("the method is not implemented")]
public void UpdateFormatsOnAdding(int index)
Parameters
index
int
UpdateFormatsOnRemoving(int)
[Obsolete("the method is not implemented")]
public void UpdateFormatsOnRemoving(int index)
Parameters
index
int
UpdateIndexesAfterRemove(int)
[Obsolete("the method is not implemented")]
public void UpdateIndexesAfterRemove(int removeIndex)
Parameters
removeIndex
int
UpdateSeriesByChartGroup(int, int)
[Obsolete("the method is not implemented")]
public void UpdateSeriesByChartGroup(int newIndex, int OldIndex)