ClassChartDataTable
Class
DataTable. Shows the series data in a tabular format.
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.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)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleChartDataTable Appearance { get; }
Property Value
Visible
Visibility of DataTable
Declaration
cs-api-definition
public bool Visible { get; set; }
Property Value
bool