ClassChartDataTable
Class
DataTable. Shows the series data in a tabular format.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ChartDataTable : LayoutElement, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementChartDataTable
Implements:
Inherited Members
Constructors
ChartDataTable(ChartPlotArea)
Create new instance of ChartDataTable class
Declaration
cs-api-definition
public ChartDataTable(ChartPlotArea plotArea)
Parameters
plotArea
PlotArea to which DataTable is related to
ChartDataTable(ChartPlotArea, IContainer)
Create new instance of ChartDataTable class
Declaration
cs-api-definition
public ChartDataTable(ChartPlotArea plotArea, IContainer container)
Parameters
plotArea
PlotArea to which DataTable is related to
container
Container of DataTable
Properties
Appearance
Appearance options
Declaration
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[SkinnableProperty]
public StyleChartDataTable Appearance { get; }
Property Value