File Formats

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

    Show / Hide Table of Contents

    Class ChartParentAxisImpl

    Represents ChartParentAxis record and subrecords.

    Inheritance
    System.Object
    CommonObject
    ChartParentAxisImpl
    Implements
    IParentApplication
    System.IDisposable
    Inherited Members
    CommonObject.m_bIsDisposed
    CommonObject.FindParent(Type)
    CommonObject.FindParent(Type, Boolean)
    CommonObject.FindParent(Object, Type)
    CommonObject.FindParent(Object, Type, Boolean)
    CommonObject.FindParents(Type[])
    CommonObject.FindParent(Type[])
    CommonObject.SetParent(Object)
    CommonObject.CheckDisposed()
    CommonObject.AddReference()
    CommonObject.ReleaseReference()
    CommonObject.Dispose()
    CommonObject.Application
    CommonObject.Parent
    CommonObject.AppImplementation
    CommonObject.ReferenceCount
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation.Charts
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ChartParentAxisImpl : CommonObject, IParentApplication, IDisposable

    Constructors

    ChartParentAxisImpl(IApplication, Object)

    Creates new instance of chart parent axis.

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

    Application object.

    System.Object parent

    Parent object.

    ChartParentAxisImpl(IApplication, Object, Boolean)

    Creates new instance of chart parent axis.

    Declaration
    public ChartParentAxisImpl(IApplication application, object parent, bool isPrimary)
    Parameters
    Type Name Description
    IApplication application

    Application object.

    System.Object parent

    Parent object.

    System.Boolean isPrimary

    If true - creates primary axis; otherwise - secondary.

    Properties

    CategoryAxis

    Gets or sets ChartCategoryAxis.

    Declaration
    public ChartCategoryAxisImpl CategoryAxis { get; set; }
    Property Value
    Type Description
    ChartCategoryAxisImpl

    ChartFormats

    Returns collection that contain chart format. Read-only.

    Declaration
    public ChartFormatCollection ChartFormats { get; }
    Property Value
    Type Description
    ChartFormatCollection

    Formats

    Represents formats collection. Read-only.

    Declaration
    public ChartGlobalFormatsCollection Formats { get; }
    Property Value
    Type Description
    ChartGlobalFormatsCollection

    IsPrimary

    If true this axis is primary axis; otherwise false. Read-only.

    Declaration
    public bool IsPrimary { get; }
    Property Value
    Type Description
    System.Boolean

    ParentChart

    Returns parent chart. Read-only.

    Declaration
    public ChartImpl ParentChart { get; }
    Property Value
    Type Description
    ChartImpl

    SeriesAxis

    Gets or sets series axis.

    Declaration
    public ChartSeriesAxisImpl SeriesAxis { get; set; }
    Property Value
    Type Description
    ChartSeriesAxisImpl

    ValueAxis

    Gets or sets ValueAxis.

    Declaration
    public ChartValueAxisImpl ValueAxis { get; set; }
    Property Value
    Type Description
    ChartValueAxisImpl

    Methods

    ClearGridLines()

    Clears all walls, floor, gridLines.

    Declaration
    public void ClearGridLines()

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

    Clones current object.

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

    Parent object.

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

    Dictionary with new font indexes.

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

    Dictionary with new sheet names.

    Returns
    Type Description
    ChartParentAxisImpl

    Returns cloned object.

    CreatePrimaryFormats()

    Creates global format collection.

    Declaration
    public void CreatePrimaryFormats()

    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.

    OnDispose()

    This method is called during dispose operation.

    Declaration
    protected override void OnDispose()
    Overrides
    CommonObject.OnDispose()

    UpdateReferenceIndexes(Int32[])

    Updates reference indexes.

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

    Array with updated indexes.

    UpdateSecondaryAxis(Boolean)

    Using for creating secondary axis in Series type change.

    Declaration
    public void UpdateSecondaryAxis(bool bCreateAxis)
    Parameters
    Type Name Description
    System.Boolean bCreateAxis

    Value indicating whether to create new axis.

    Implements

    IParentApplication
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved