Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTrendLineCollection

    Show / Hide Table of Contents

    Class ChartTrendLineCollection

    Represents Trend Line Collection.

    Inheritance
    System.Object
    CollectionBase<IChartTrendLine>
    CollectionBaseEx<IChartTrendLine>
    ChartTrendLineCollection
    Implements
    System.Collections.Generic.IList<IChartTrendLine>
    System.Collections.Generic.ICollection<IChartTrendLine>
    System.Collections.Generic.IEnumerable<IChartTrendLine>
    System.Collections.IEnumerable
    IParentApplication
    ICloneParent
    IChartTrendLines
    Inherited Members
    CollectionBaseEx<IChartTrendLine>.add_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IChartTrendLine>.remove_Clearing(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IChartTrendLine>.add_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IChartTrendLine>.remove_Cleared(CollectionBaseEx.CollectionClear<>)
    CollectionBaseEx<IChartTrendLine>.add_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IChartTrendLine>.remove_Inserting(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IChartTrendLine>.add_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IChartTrendLine>.remove_Inserted(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IChartTrendLine>.add_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IChartTrendLine>.remove_Removing(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IChartTrendLine>.add_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IChartTrendLine>.remove_Removed(CollectionBaseEx.CollectionChange<>)
    CollectionBaseEx<IChartTrendLine>.add_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IChartTrendLine>.remove_Setting(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IChartTrendLine>.add_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IChartTrendLine>.remove_Set(CollectionBaseEx.CollectionSet<>)
    CollectionBaseEx<IChartTrendLine>.OnClear()
    CollectionBaseEx<IChartTrendLine>.OnClearComplete()
    CollectionBaseEx<IChartTrendLine>.OnInsert(Int32, IChartTrendLine)
    CollectionBaseEx<IChartTrendLine>.OnInsertComplete(Int32, IChartTrendLine)
    CollectionBaseEx<IChartTrendLine>.OnRemove(Int32, IChartTrendLine)
    CollectionBaseEx<IChartTrendLine>.OnRemoveComplete(Int32, IChartTrendLine)
    CollectionBaseEx<IChartTrendLine>.OnSet(Int32, IChartTrendLine, IChartTrendLine)
    CollectionBaseEx<IChartTrendLine>.OnSetComplete(Int32, IChartTrendLine, IChartTrendLine)
    CollectionBaseEx<IChartTrendLine>.FindParent(Type)
    CollectionBaseEx<IChartTrendLine>.FindParent(Type, Boolean)
    CollectionBaseEx<IChartTrendLine>.SetParent(Object)
    CollectionBaseEx<IChartTrendLine>.Clone(Object)
    CollectionBaseEx<IChartTrendLine>.EnsureCapacity(Int32)
    CollectionBaseEx<IChartTrendLine>.ClearMaxValues()
    CollectionBaseEx<IChartTrendLine>.GenerateDefaultName(ICollection<IChartTrendLine>, String)
    CollectionBaseEx<IChartTrendLine>.GenerateDefaultName(ICollection, String)
    CollectionBaseEx<IChartTrendLine>.GenerateDefaultName(String, ICollection[])
    CollectionBaseEx<IChartTrendLine>.ChangeName(IDictionary, ValueChangedEventArgs)
    CollectionBaseEx<IChartTrendLine>.Application
    CollectionBaseEx<IChartTrendLine>.Parent
    CollectionBaseEx<IChartTrendLine>.QuietMode
    CollectionBaseEx<IChartTrendLine>.AppImplementation
    CollectionBaseEx<IChartTrendLine>.Changed
    CollectionBaseEx<IChartTrendLine>.Clearing
    CollectionBaseEx<IChartTrendLine>.Cleared
    CollectionBaseEx<IChartTrendLine>.Inserting
    CollectionBaseEx<IChartTrendLine>.Inserted
    CollectionBaseEx<IChartTrendLine>.Removing
    CollectionBaseEx<IChartTrendLine>.Removed
    CollectionBaseEx<IChartTrendLine>.Setting
    CollectionBaseEx<IChartTrendLine>.Set
    CollectionBase<IChartTrendLine>.Clear()
    CollectionBase<IChartTrendLine>.Insert(Int32, IChartTrendLine)
    CollectionBase<IChartTrendLine>.GetEnumerator()
    CollectionBase<IChartTrendLine>.IndexOf(IChartTrendLine)
    CollectionBase<IChartTrendLine>.Add(IChartTrendLine)
    CollectionBase<IChartTrendLine>.Contains(IChartTrendLine)
    CollectionBase<IChartTrendLine>.CopyTo(IChartTrendLine[], Int32)
    CollectionBase<IChartTrendLine>.Remove(IChartTrendLine)
    CollectionBase<IChartTrendLine>.Capacity
    CollectionBase<IChartTrendLine>.Count
    CollectionBase<IChartTrendLine>.InnerList
    CollectionBase<IChartTrendLine>.List
    CollectionBase<IChartTrendLine>.IsReadOnly
    Namespace: Syncfusion.XlsIO.Implementation.Charts
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class ChartTrendLineCollection : CollectionBaseEx<IChartTrendLine>, IList<IChartTrendLine>, ICollection<IChartTrendLine>, IEnumerable<IChartTrendLine>, IEnumerable, IParentApplication, ICloneParent, IChartTrendLines

    Constructors

    ChartTrendLineCollection(IApplication, Object)

    Creates new instance of collection.

    Declaration
    public ChartTrendLineCollection(IApplication application, object parent)
    Parameters
    Type Name Description
    IApplication application

    Represents current application.

    System.Object parent

    Represents parent object.

    Properties

    Item[Int32]

    Gets single trend line by index. Read-only

    Declaration
    public IChartTrendLine this[int iIndex] { get; }
    Parameters
    Type Name Description
    System.Int32 iIndex
    Property Value
    Type Description
    IChartTrendLine

    Methods

    Add()

    Adds new instance of trend line to collection.

    Declaration
    public IChartTrendLine Add()
    Returns
    Type Description
    IChartTrendLine

    Returns added trend line object.

    Add(ExcelTrendLineType)

    Adds new instance of trend line to collection.

    Declaration
    public IChartTrendLine Add(ExcelTrendLineType type)
    Parameters
    Type Name Description
    ExcelTrendLineType type

    Represents type of trend line.

    Returns
    Type Description
    IChartTrendLine

    Returns added trend line object.

    Add(ChartTrendLineImpl)

    Adds trend object to trends collection.

    Declaration
    public void Add(ChartTrendLineImpl trend)
    Parameters
    Type Name Description
    ChartTrendLineImpl trend

    Represents trend object to add.

    CheckSeriesType()

    Checks series type. If current type does not support trendlines throw exception.

    Declaration
    public void CheckSeriesType()

    Clone(Object, Dictionary<Int32, Int32>, Dictionary<String, String>)

    Clones current object.

    Declaration
    public ChartTrendLineCollection Clone(object parent, Dictionary<int, int> dicFontIndexes, Dictionary<string, string> dicNewSheetNames)
    Parameters
    Type Name Description
    System.Object parent

    Represents parent object for new cloned instance.

    System.Collections.Generic.Dictionary<System.Int32, System.Int32> dicFontIndexes

    Represents new font indexes.

    System.Collections.Generic.Dictionary<System.String, System.String> dicNewSheetNames

    Dictionary with new worksheet names.

    Returns
    Type Description
    ChartTrendLineCollection

    Returns cloned object.

    MarkUsedReferences(Boolean[])

    Sets items with used reference indexes to true.

    Declaration
    public void MarkUsedReferences(bool[] usedItems)
    Parameters
    Type Name Description
    System.Boolean[] usedItems

    Array to mark used references in.

    RemoveAt(Int32)

    Removes trend line object from collection.

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Represents

    Serialize(IList<IBiffStorage>)

    Serialize all trend lines.

    Declaration
    public void Serialize(IList<IBiffStorage> records)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<IBiffStorage> records

    Represents record holder.

    UpdateReferenceIndexes(Int32[])

    Updates reference indexes.

    Declaration
    public void UpdateReferenceIndexes(int[] arrUpdatedIndexes)
    Parameters
    Type Name Description
    System.Int32[] arrUpdatedIndexes

    Array with updated indexes.

    Implements

    System.Collections.Generic.IList<>
    System.Collections.Generic.ICollection<>
    System.Collections.Generic.IEnumerable<>
    System.Collections.IEnumerable
    IParentApplication
    ICloneParent
    IChartTrendLines
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved