Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}For all chart types except Pie, Doughnut, Bubble, and Surface, {msdn:System.Data.DataTable|DataTable} returns a [ChartDataTable|ChartDataTable] object, representing a chart's data table.{excerpt}
{signature:C#}
 public ChartDataTable DataTable{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property DataTable() As ChartDataTable
{signature}
{scrollbar}