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}A [ChartDataTable|ChartDataTable] object represents a chart's data table. A data table is a grid that can be added to some charts that contains the numeric data used to create the chart. The data table is usually attached to the chart's category axis, replacing the tick\-mark labels on the axis.{excerpt}
{signature:C#}
 public sealed class ChartDataTable
{signature}{signature:vb.net}
Public NotInheritable Class ChartDataTable
{signature}
{remarks}To return a {{ChartDataTable}}, use [Chart.DataTable|Chart.DataTable].

{remarks}
{properties}
||Name||Description||
|[BorderLine|ChartDataTable.BorderLine]|{excerpt-include:ChartDataTable.BorderLine|nopanel=true}|
|[Font|ChartDataTable.Font]|{excerpt-include:ChartDataTable.Font|nopanel=true}|
|[Height|ChartDataTable.Height]|{excerpt-include:ChartDataTable.Height|nopanel=true}|
|[ShowHorizontalBorders|ChartDataTable.ShowHorizontalBorders]|{excerpt-include:ChartDataTable.ShowHorizontalBorders|nopanel=true}|
|[ShowLegendKeys|ChartDataTable.ShowLegendKeys]|{excerpt-include:ChartDataTable.ShowLegendKeys|nopanel=true}|
|[ShowOutlineBorders|ChartDataTable.ShowOutlineBorders]|{excerpt-include:ChartDataTable.ShowOutlineBorders|nopanel=true}|
|[ShowVerticalBorders|ChartDataTable.ShowVerticalBorders]|{excerpt-include:ChartDataTable.ShowVerticalBorders|nopanel=true}|
|[Visible|ChartDataTable.Visible]|{excerpt-include:ChartDataTable.Visible|nopanel=true}|
|[Width|ChartDataTable.Width]|{excerpt-include:ChartDataTable.Width|nopanel=true}|
|[X|ChartDataTable.X]|{excerpt-include:ChartDataTable.X|nopanel=true}|
|[Y|ChartDataTable.Y]|{excerpt-include:ChartDataTable.Y|nopanel=true}|
{scrollbar}