Constant used to specify that the shift value of a series must be calculated with respect
to the number of series belonging to the same GraphSet object.
GRAPH_AREA -
Static variable in class com.jinsight.jetchart.Graph
Constant used to clip the background area within which an image can be painted or the
gradient colors effect can be displayed.
Constant used to set the position where multiple tooltips are displayed
to the center of the entire graph area.
GRAPH_SCOPE -
Static variable in class com.jinsight.jetchart.Graph
Constant used to specify that the shift value of a series must be calculated with respect
to the number of series added to the chart context, rather than the GraphSet object they belong to.
This class implements the properties of a gauge chart frame, which is made up
of a circle or semi-circle surrounding the gauge area, the gauge area itself and
a needle connector.
A gauge chart led is a color-filled circle placed within the gauge frame
area and associated with a gauge series to show whether a threshold value has
been reached or not.
The Graph class implements the graphic context of series whose data points are plotted
against only one scale and follow a regular progression along the horizontal or vertical
axis, if chart is vertical or horizontal respectively.
Graph() -
Constructor for class com.jinsight.jetchart.Graph
This class is the superclass of all series whose data points are plotted against only
one scale and are associated with descriptive labels, as line series, bar series,
area series,etc.