Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

...

Wiki Markup
{description}
{excerpt}For all chart types except Pie, Doughnut, Bubble, and Surface, {msdn:System.Data.DataTable

...

Signature
C#C#
|DataTable} returns a [ChartDataTable|ChartDataTable] object, representing a chart's data table.{excerpt}
{signature:C#}
 public ChartDataTable DataTable{ get; }
Signature
{signature}{signature:vb.net
vb.net
}
Public ReadOnly Property DataTable() As ChartDataTable
{signature}
{scrollbar}