ChartDataTable
Class
DataTable. Shows the series data in a tabular format.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.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)]
[SkinnableProperty]
public StyleChartDataTable Appearance { get; }