| Name |
Type |
Usage
|
| XmlData |
XmlDocument |
gets or sets the XmlDocument used to draw this chart |
| XmlDocumentPath |
string |
full path to the XmlDocument, start the property with a ~
to use a path relative from the root of the web, otherwise all paths are
treated as absolute |
| UserControlTemplate |
string |
full path and name ( including the .ascx extension ) of a
user control to be used as the cell template for this chart. Overrides
CellTemplate |
| CellTemplate |
string |
Defines a style of the cell template |
| Chart |
HtmlTable |
Gets the HTML table containing the chart. This will
only be populated after the control has been rendered. |
| ImagePath |
string |
Path to the graphics required by OChart |
| StyleSheet |
string |
Defines a style sheet used by the OChart, this contains two main styles
OChartCellStyle and OChartCellPadding
|
| MaximumDepth |
int |
Restricts the OChart to a specific depth. |
| ChartDataSource |
ChartDataSource |
Determines whether the OChart is drawn from an XML
document or DataTable |
| ChartHeadingHTML |
string |
The title of the chart |
| ChartFooterHTML |
string |
Chart footer |
| DataTable Binding |
| PrimaryKey |
string |
name of the primary key field |
| StartValue |
object |
value of primary key to begin charting from |
| ParentField |
string |
name of the parent field |
| DataTable |
System.Data.DataTable |
The DataTable to chart |
| Advanced Charting Options |
| VerticalCount |
int |
If the number of child nodes exceeds
the VerticalCount then those nodes are drawn vertically. Setting this
property to 1 will force the entire chart to be drawn vertically. |
|
|
|