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}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.

...

BorderLine

...

Font

...

Height

...

ShowHorizontalBorders

...

ShowLegendKeys

...

ShowOutlineBorders

...

ShowVerticalBorders

...

Visible

...

Width

...

X

...

Y

...

Signature
C#C#
{excerpt}
{signature:C#}
 public sealed class ChartDataTable
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class ChartDataTable
Remarks
To return a ChartDataTable, use
{signature}
{remarks}To return a {{ChartDataTable}}, use [Chart.DataTable
.
Properties

...

Name

...

Description

|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}