ChartDataTable
Class
DataTable. Shows the series data in a tabular format.
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartDataTable : LayoutElement, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartDataTable
Implements:
Inherited Members
Constructors
Create new instance of ChartDataTable class
C#
public ChartDataTable(ChartPlotArea plotArea, IContainer container)
PlotArea to which DataTable is related to
containerIContainerContainer of DataTable
Create new instance of ChartDataTable class
C#
public ChartDataTable(ChartPlotArea plotArea)
PlotArea to which DataTable is related to
Properties
Appearance options
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleChartDataTable Appearance { get; }
Visible
bool
Visibility of DataTable
C#
public bool Visible { get; set; }