Class ChartDataTable
DataTable. Shows the series data in a tabular format.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class ChartDataTable : LayoutElement, IChartingStateManagedItem, IChartingStateManager, 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
|