Class ChartDataTable
DataTable. Shows the series data in a tabular format.
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class ChartDataTable : LayoutElement, IChartingStateManagedItem, IChartingStateManager, IDisposable, IOrdering
Constructors
ChartDataTable(ChartPlotArea)
Create new instance of ChartDataTable class
Declaration
public ChartDataTable(ChartPlotArea plotArea)
Parameters
ChartPlotArea
plotArea
PlotArea to which DataTable is related to |
ChartDataTable(ChartPlotArea, IContainer)
Create new instance of ChartDataTable class
Declaration
public ChartDataTable(ChartPlotArea plotArea, IContainer container)
Parameters
ChartPlotArea
plotArea
PlotArea to which DataTable is related to |
IContainer
container
Container of DataTable |
Properties
Appearance
Appearance options
Declaration
[SkinnableProperty]
public StyleChartDataTable Appearance { get; }
Property Value
StyleChartDataTable
|
Visible
Visibility of DataTable
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|