The GraphChart type exposes the following properties.
Properties
| Name | Description | |
|---|---|---|
| ChartDimensions |
The ChartDimensions property exposes the internal layout of the chart including size of areas
reserved for X and Y axis labels, margin height and width, and various background colors.
(Inherited from Chart.) | |
| ChartName |
The ChartName property is the name of the chart to be displayed at the center top of the charting area.
| |
| FileName |
This is the filename that will is used for the image when it is saved to disk.
It should not include the path. If a filename is not provided prior to the SaveChartToFile
method being used, then a unique filename will be automatically generated.
(Inherited from Chart.) | |
| Font |
The Font property is the font to use when displaying the chart name.
| |
| Legend |
Sets or gets the jChart.Legend object associated with the chart.
| |
| NameColor | ||
| OverLays |
The OverLays property exposes an ArrayList of chart types which will be layered atop each other in
the order that they are arranged in the ArrayList.
| |
| RegionList |
The GetAllRegions function returns an ArrayList of jChart.RegionArea objects describing the location
of all series values displayed on the chart. This function is helpful when constructing an imagemap
for use with charts that offer drill-down to other reports.
| |
| XAxis |
The XAxis property describes the X Axis values and alignment of those values. The XAxis object should
be used for all chart types that are added to an instance of a GraphChart via the OverLays property.
| |
| YAxis1 |
The YAxis1 property describes the Y Axis values and alignment of those values on the left side of the chart.
Chart types that are added to an instance of a GraphChart via the OverLays may reference either YAxis1
(on the left) or YAxis2 (on the right). See the constructors for LineOverLay, StackedOverLay and
StackedPieOverLay for more information.
| |
| YAxis2 |
The YAxis2 property describes the Y Axis values and alignment of those values on the right side of
the chart. Chart types that are added to an instance of a GraphChart via the OverLays may reference
either YAxis1 (on the left) or YAxis2 (on the right). See the constructors for LineOverLay,
StackedOverLay and StackedPieOverLay for more information.
|