File Formats

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

    Show / Hide Table of Contents

    Class ChartDataTableImpl

    Class used for Chart DataTable implementation.

    Inheritance
    System.Object
    CommonObject
    ChartDataTableImpl
    Implements
    IParentApplication
    System.IDisposable
    IChartDataTable
    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.OnDispose()
    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 ChartDataTableImpl : CommonObject, IParentApplication, IDisposable, IChartDataTable

    Constructors

    ChartDataTableImpl(IApplication, Object)

    Creates default data table.

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

    Application object for the new data table.

    System.Object parent

    Parent object for the new data table.

    Properties

    HasBorders

    True if the data table has borders. otherwise False.

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

    HasHorzBorder

    True if the data table has horizontal border. otherwise False.

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

    HasVertBorder

    True if the data table has vertical border. otherwise False.

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

    ShowSeriesKeys

    True to show legend keys in the data table. otherwise False.

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

    TextArea

    Gets the text area of the data table. Read-only.

    Declaration
    public IChartTextArea TextArea { get; }
    Property Value
    Type Description
    IChartTextArea

    Methods

    Clone(Object)

    Clone current Record.

    Declaration
    public ChartDataTableImpl Clone(object parent)
    Parameters
    Type Name Description
    System.Object parent

    Parent object for create new instance.

    Returns
    Type Description
    ChartDataTableImpl

    Returns clone of current object.

    Implements

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