New to Telerik ReportingStart a free 30-day trial

DataTable. Shows the series data in a tabular format.

Definition

Constructors

Create new instance of ChartDataTable class

C#
public ChartDataTable(ChartPlotArea plotArea, IContainer container)
Parameters:plotAreaChartPlotArea

PlotArea to which DataTable is related to

containerIContainer

Container of DataTable

Create new instance of ChartDataTable class

C#
public ChartDataTable(ChartPlotArea plotArea)
Parameters:plotAreaChartPlotArea

PlotArea to which DataTable is related to

Properties

Appearance options

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
[Browsable(true)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[SkinnableProperty]
public StyleChartDataTable Appearance { get; }

Visibility of DataTable

C#
public bool Visible { get; set; }