ChartDataTableImpl Class
Class used for Chart DataTable implementation.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|
System.Boolean |
HasHorzBorder
True if the data table has horizontal border. otherwise False.
Declaration
public bool HasHorzBorder { get; set; }
Property Value
Type |
---|
System.Boolean |
HasVertBorder
True if the data table has vertical border. otherwise False.
Declaration
public bool HasVertBorder { get; set; }
Property Value
Type |
---|
System.Boolean |
ShowSeriesKeys
True to show legend keys in the data table. otherwise False.
Declaration
public bool ShowSeriesKeys { get; set; }
Property Value
Type |
---|
System.Boolean |
TextArea
Gets the text area of the data table. Read-only.
Declaration
public IChartTextArea TextArea { get; }
Property Value
Type |
---|
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
System.IDisposable