All Packages Class Hierarchy This Package Previous Next Index
Class jclass.chart.JCChartComponent
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----jclass.bwt.JCContainer
|
+----jclass.chart.JCChart
|
+----jclass.chart.JCChartComponent
- public class JCChartComponent
- extends JCChart
JCChartComponent is a derived class intended to allow
JClass Chart to integrate with Symantec Visual Cafe 1.0. It has two
main purposes:
- Moves all enums into the component class to work around
a limitation in Visual Cafe.
- Exposes non-trivial properties (ie those properties that
deal with individual cells). This is accomplished by
using the HTML string converters.
Below is a list of properties that are exposed in Visual Cafe.
Properties
Name |
Method |
IsBatched
|
The IsBatched property controls whether chart updates are accumulated. Default value is false.
|
AllowUserChanges
|
The AllowUserChanges property determines whether the user viewing the
graph can modify graph values. Default value is false.
|
TopMargin
|
The TopMargin property controls the top margin on the chart. Default value is 1.
|
LeftMargin
|
The LeftMargin property controls the left margin on the chart. Default value is 1.
|
RightMargin
|
The RightMargin property controls the right margin on the chart. Default value is 1.
|
BottomMargin
|
The BottomMargin property controls the bottom margin on the chart. Default value is 1.
|
DataSources
|
The DataSources property is an indexed property used to get
data into Chart. Each element in DataSources is either a
filename or a valid URL from which properly-formatted data can
be retrieved.
|
DataView1
|
The DataView1 property controls the file or URL used for the
first set of data in chart.
|
DataView1ChartType
|
The DataView1ChartType property determines the chart type of the
first set of data in the chart.
|
DataViewIsInverted
|
The DataViewIsInverted property determines whether the x and y axis
are inverted.
|
DataView2
|
The DataView2 property controls the file or URL used for the
first set of data in chart.
|
DataView2ChartType
|
The DataView2ChartType property determines the chart type of the
first set of data in the chart.
|
AxisBoundingBox
|
The AxisBoundingBox property determines whether a box is drawn around
the area bound by the inner axes. (AxisBoundingBox is actually
a property of JCChartArea).
|
FastAction
|
The FastAction property determines whether chart actions
will use an optimized mode in which it does not bother to display
axis annotations or grid lines. (FastAction is actually a property
of JCChartArea).
|
Depth
|
The Depth property controls the apparent depth of a graph when
displayed in 3D mode. (Depth is actually a property of JCChartArea). Default value is 0.0.
|
Elevation
|
The Elevation property controls the distance form the
x axis when the chart is displayed in 3D mode. (Elevation
is actually a property of JCChartArea). Default value is 0.0.
|
Rotation
|
The Rotation property controls the position of the
eye relative to the y axis when the chart is displayed in
3D mode. (Rotation is actually a property of JCChartArea). Default value is 0.0.
|
X1AxisIsLogarithmic
|
The X1AxisIsLogarithmic property determines whether the
first x axis will be logarithmic (true) or linear (false). Default value is false.
|
X1AxisIsReversed
|
The X1AxisIsReversed property determines whether the
first x axis will be reversed in direction. Default value is false.
|
X1AxisIsShowing
|
The X1AxisIsShowing property determines whether the
first x axis is currently visible. Default value is true.
|
X1AxisAnnotationRotation
|
The X1AxisAnnotationRotation property specifies the rotation
of each axis label. Valid values are ROTATE_90, ROTATE_180,
ROTATE_270 or ROTATE_NONE. Default value is ROTATE_NONE.
|
X1AxisPlacement
|
The X1AxisPlacement property determines the method used to place
the first x axis. Valid values include AUTOMATIC (Chart chooses
an appropriate location), ORIGIN (appears at the origin of another
axis), MIN (appears at the minimum axis value), MAX (appears at
the maximum axis value) or VALUE_ANCHORED (appears at a particular value
along another axis). Default value is AUTOMATIC.
|
X1AxisAnnotationMethod
|
The X1AxisAnnotationMethod property determines how axis annotations
are generated. Valid values include VALUE (axis annotations
are generated by chart, with possible callbacks to a label generator),
VALUE_LABELS (axis annotations are taken from a list of value
labels provided by the user. Note that a value label is a label that is
to appear at a particular value along the axis), POINT_LABELS
(axis annotations come from the data source in the form of point labels
ie labels associated with particular data points) and
TIME_LABELS (chart generates time/date/labels based on the
TimeUnit, TimeBase and TimeFormat properties). Default value is VALUE.
|
X1AxisPrecision
|
The X1AxisPrecision property controls the number of zeros that
appear after the decimal place in chart-generated axis labels. Default value is calculated.
|
X1AxisPrecisionIsDefault
|
The X1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision. If true,
Chart will calculate the precision. If false, Chart will use
the precision provided in X1AxisPrecision. Default value is true.
|
X1AxisNumSpacing
|
The X1AxisNumSpacing property controls the interval between
axis labels. Default value is calculated.
|
X1AxisNumSpacingIsDefault
|
The X1AxisNumSpacingIsDefault property determines whether
Chart is responsible for calculating the numbering spacing.
If true, Chart will calculate the spacing. If false, Chart will
use the provided numbering spacing. Default value is true.
|
X1AxisTickSpacing
|
The X1AxisTickSpacing property controls the interval between
tick lines on the axis. Note: if the X1AxisAnnotationMethod
property is set to POINT_LABELS, tick lines appear at point values. Default value is calculated.
|
X1AxisTickSpacingIsDefault
|
The X1AxisTickSpacingIsDefault property determines whether Chart is
responsible for calculating the tick spacing. If true, Chart will
calculate the tick spacing. If false, Chart will use the provided
tick spacing. Default value is true.
|
X1AxisGridSpacing
|
The X1AxisGridSpacing property controls the spacing between
grid lines relative to the axis. Default value is calculated.
|
X1AxisGridSpacingIsDefault
|
The X1AxisGridSpacingIsDefault property determines whether
Chart is responsible for calculating the grid spacing value.
If true, Chart will calculate the grid spacing. If false, Chart
will use the provided grid spacing. Default value is true.
|
X1AxisGridIsShowing
|
The X1AxisGridIsShowing property determines whether a grid is drawn
for the axis. Default value is false.
|
X1AxisTimeUnit
|
The X1AxisTimeUnit property controls the unit of time
used for labelling a time labelled axis. Valid X1AxisTimeUnit
values include SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS
and YEARS. Default value is SECONDS.
|
X1AxisTimeFormat
|
The X1AxisTimeFormat property controls the format used
to generate time labels for time labelled axes. The formats
supported are similar to those supported by the C function
strftime(). Default value is based on value of X1AxisTimeUnit.
|
X1AxisTimeFormatIsDefault
|
The X1AxisTimeFormatIsDefault property determines whether
a time label format is generated automatically, or the user
value for X1AxisTimeFormat is used. Default value is true.
|
X1AxisMin
|
The X1AxisMin property controls the minimum value shown on the axis. Default value is calculated.
|
X1AxisMinIsDefault
|
The X1AxisMinIsDefault property determines whether Chart is
responsible for calculating the minimum axis value. If true,
Chart will calculate the axis min. If false, Chart will use
the provided axis min. Default value is true.
|
X1AxisMax
|
The X1AxisMax property controls the maximum value shown on the axis. Default value is calculated.
|
X1AxisMaxIsDefault
|
The X1AxisMaxIsDefault property determines whether Chart is
responsible for calculating the maximum axis value. If true,
Chart will calculate the axis max. If false, Chart will use
the provided axis max. Default value is true.
|
X1AxisOrigin
|
The X1AxisOrigin property controls location of the origin
along the axis. Default value is calculated.
|
X1AxisOriginIsDefault
|
The X1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin. If true, Chart
calculates the axis origin. If false, Chart uses the provided
axis origin value. Default value is true.
|
X1AxisOriginPlacement
|
The X1AxisOriginPlacement property specifies where the
origin is placed. Note that the X1AxisOriginPlacement property
is only active if the X1AxisOrigin property has not been set.
Valid values include AUTOMATIC (places origin at minimum value
or at zero if there are negative and positive values), ZERO
(places origin at zero), MIN (places origin at minimum value
on axis) or MAX (places origin at maximum value on axis). Default value is calculated.
|
X1AxisTitleText
|
The X1AxisTitleText property specifies the text that
will appear as the x1 axis title. Default value is " " (empty string).
|
X1AxisTitleIsShowing
|
The X1AxisTitleIsShowing property determines whether the
x1 axis is visible. Default value is false.
|
X1AxisTitlePlacement
|
The X1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis. Valid values
include JCLegend.NORTH or JCLegend.SOUTH
for horizontal axes, and JCLegend.EAST, JCLegend.WEST,
JCLegend.NORTHEAST, JCLegend.SOUTHEAST, JCLegend.NORTHWEST or
JCLegend.SOUTHEAST for vertical axes. Default value is calculated.
|
X1AxisTitlePlacementIsDefault
|
The X1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title. Default value is true.
|
Y1AxisIsLogarithmic
|
The Y1AxisIsLogarithmic property determines whether the
first y axis will be logarithmic (true) or linear (false). Default value is false.
|
Y1AxisIsReversed
|
The Y1AxisIsReversed property determines whether the
first y axis will be reversed in direction. Default value is false.
|
Y1AxisIsShowing
|
The Y1AxisIsShowing property determines whether the
first y axis is currently visible. Default value is true.
|
Y1AxisAnnotationRotation
|
The Y1AxisAnnotationRotation property specifies the rotation
of each axis label. Valid values are ROTATE_90, ROTATE_180,
ROTATE_270 or ROTATE_NONE. Default value is ROTATE_NONE.
|
Y1AxisPlacement
|
The Y1AxisPlacement property determines the method used to place
the first y axis. Valid values include AUTOMATIC (Chart chooses
an appropriate location), ORIGIN (appears at the origin of another
axis), MIN (appears at the minimum axis value), MAX (appears at
the maximum axis value) or VALUE_ANCHORED (appears at a particular value
along another axis). Default value is AUTOMATIC.
|
Y1AxisAnnotationMethod
|
The Y1AxisAnnotationMethod property determines how axis annotations
are generated. Valid values include VALUE (axis annotations
are generated by chart, with possible callbacks to a label generator),
VALUE_LABELS (axis annotations are taken from a list of value
labels provided by the user. Note that a value label is a label that is
to appear at a particular value along the axis), POINT_LABELS
(axis annotations come from the data source in the form of point labels
ie labels associated with particular data points) and
TIME_LABELS (chart generates time/date/labels based on the
TimeUnit, TimeBase and TimeFormat properties). Default value is VALUE.
|
Y1AxisPrecision
|
The Y1AxisPrecision property controls the number of zeros that
appear after the decimal place in chart-generated axis labels. Default value is calculated.
|
Y1AxisPrecisionIsDefault
|
The Y1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision. If true,
Chart will calculate the precision. If false, Chart will use
the precision provided in Y1AxisPrecision. Default value is true.
|
Y1AxisNumSpacing
|
The Y1AxisNumSpacing property controls the interval between
axis labels. Default value is calculated.
|
Y1AxisNumSpacing
|
The Y1AxisNumSpacingIsDefault property determines whether
Chart is responsible for calculating the numbering spacing.
If true, Chart will calculate the spacing. If false, Chart will
use the provided numbering spacing. Default value is true.
|
Y1AxisTickSpacing
|
The Y1AxisTickSpacing property controls the interval between
tick lines on the axis. Note: if the Y1AxisAnnotationMethod
property is set to POINT_LABELS, tick lines appear at point values. Default value is calculated.
|
Y1AxisTickSpacingIsDefault
|
The Y1AxisTickSpacingIsDefault property determines whether Chart is
responsible for calculating the tick spacing. If true, Chart will
calculate the tick spacing. If false, Chart will use the provided
tick spacing. Default value is true.
|
Y1AxisGridSpacing
|
The Y1AxisGridSpacing property controls the spacing between
grid lines relative to the axis. Default value is calculated.
|
Y1AxisGridSpacingIsDefault
|
The Y1AxisGridSpacingIsDefault property determines whether
Chart is responsible for calculating the grid spacing value.
If true, Chart will calculate the grid spacing. If false, Chart
will use the provided grid spacing. Default value is true.
|
Y1AxisGridIsShowing
|
The Y1AxisGridIsShowing property determines whether a grid is drawn
for the axis. Default value is false.
|
Y1AxisTimeUnit
|
The Y1AxisTimeUnit property controls the unit of time
used for labelling a time labelled axis. Valid Y1AxisTimeUnit
values include SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS
and YEARS. Default value is SECONDS.
|
Y1AxisTimeFormat
|
The Y1AxisTimeFormat property controls the format used
to generate time labels for time labelled axes. The formats
supported are similar to those supported by the C function
strftime(). Default value is calculated based on the value of Y1AxisTimeUnit.
|
Y1AxisTimeFormatIsDefault
|
The Y1AxisTimeFormatIsDefault property determines whether
a time label format is generated automatically, or the user
value for Y1AxisTimeFormat is used. Default value is true.
|
Y1AxisMin
|
The Y1AxisMin property controls the minimum value shown on the axis. Default value is calculated.
|
Y1AxisMinIsDefault
|
The Y1AxisMinIsDefault property determines whether Chart is
responsible for calculating the minimum axis value. If true,
Chart will calculate the axis min. If false, Chart will use
the provided axis min. Default value is true.
|
Y1AxisMax
|
The Y1AxisMax property controls the maximum value shown on the axis. Default value is calculated.
|
Y1AxisMaxIsDefault
|
The Y1AxisMaxIsDefault property determines whether Chart is
responsible for calculating the maximum axis value. If true,
Chart will calculate the axis max. If false, Chart will use
the provided axis max. Default value is true.
|
Y1AxisOrigin
|
The Y1AxisOrigin property controls location of the origin
along the axis. Default value is calculated.
|
Y1AxisOriginIsDefault
|
The Y1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin. If true, Chart
calculates the axis origin. If false, Chart uses the provided
axis origin value. Default value is true.
|
Y1AxisOriginPlacement
|
The Y1AxisOriginPlacement property specifies where the
origin is placed. Note that the Y1AxisOriginPlacement property
is only active if the Y1AxisOrigin property has not been set.
Valid values include AUTOMATIC (places origin at minimum value
or at zero if there are negative and positive values), ZERO
(places origin at zero), MIN (places origin at minimum value
on axis) or MAX (places origin at maximum value on axis). Default value is AUTOMATIC.
|
Y1AxisTitleText
|
The Y1AxisTitleText property specifies the text that
will appear as the Y1 axis title. Default value is " " (empty string).
|
Y1AxisTitleIsShowing
|
The Y1AxisTitleIsShowing property determines whether the
Y1 axis is visible. Default value is false. Default value is false.
|
Y1AxisTitlePlacement
|
The Y1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis. Valid values
include JCLegend.NORTH or JCLegend.SOUTH
for horizontal axes, and JCLegend.EAST, JCLegend.WEST,
JCLegend.NORTHEAST, JCLegend.SOUTHEAST, JCLegend.NORTHWEST or
JCLegend.SOUTHEAST for vertical axes. Default value is calculated.
|
Y1AxisTitlePlacementIsDefault
|
The Y1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title. Default value is true.
|
HeaderText
|
The HeaderText property holds the text that is displayed
in the header. Default value is " " (empty string).
|
HeaderIsShowing
|
The HeaderIsShowing property determines whether the
header is visible. Default value is false.
|
FooterText
|
The FooterText property holds the text that is displayed
in the footer. Default value is " " (empty string).
|
FooterIsShowing
|
The FooterIsShowing property determines whether the
footer is visible. Default value is false.
|
LegendIsShowing
|
The LegendIsShowing property determines whether the
legend is visible. Default value is false.
|
LegendAnchor
|
The LegendAnchor property determines the position of the
legend relative to the ChartArea. Valid values include NORTH,
SOUTH, EAST, WEST, NORTHWEST, SOUTHWEST, NORTHEAST and SOUTHEAST. Default value is EAST.
|
LegendOrientation
|
The LegendOrientation property determines how legend
information is laid out. Valid values include VERTICAL and
HORIZONTAL. Default value is VERTICAL.
|
-
AUTOMATIC
-
-
DAYS
-
-
EAST
-
-
HORIZONTAL
-
-
HOURS
-
-
MAX
-
-
MIN
-
-
MINUTES
-
-
MONTHS
-
-
NORTH
-
-
NORTHEAST
-
-
NORTHWEST
-
-
ORIGIN
-
-
POINT_LABELS
-
-
ROTATE_270
-
-
ROTATE_90
-
-
ROTATE_NONE
-
-
SECONDS
-
-
SOUTH
-
-
SOUTHEAST
-
-
SOUTHWEST
-
-
TIME_LABELS
-
-
VALUE
-
-
VALUE_ANCHORED
-
-
VALUE_LABELS
-
-
VERTICAL
-
-
WEEKS
-
-
WEST
-
-
YEARS
-
-
JCChartComponent()
-
-
getAxisBoundingBox()
- Gets the value of the AxisBoundingBox property.
-
getDataSources()
- Gets the value of the DataSources property.
-
getDataView1()
- Gets the value of the DataView1 property
The DataView1 property controls the file or URL used for the
first set of data in chart.
-
getDataView1ChartType()
- Gets the value of the DataView1ChartType property.
-
getDataView2()
- Gets the value of the DataView2 property
The DataView2 property controls the file or URL used for the
first set of data in chart.
-
getDataView2ChartType()
- Gets the value of the DataView2ChartType property.
-
getDataViewIsInverted()
- Gets the value of the DataViewIsInverted property.
-
getDepth()
- Gets the value of the Depth property.
-
getElevation()
- Gets the value of the Elevation property.
-
getFastAction()
- Gets the value of the FastAction property.
-
getFooterIsShowing()
- Gets the value of the FooterIsShowing property.
-
getFooterText()
- Gets the value of the FooterText property
The FooterText property holds the text that is displayed
in the footer.
-
getHeaderIsShowing()
- Gets the value of the HeaderIsShowing property.
-
getHeaderText()
- Gets the value of the HeaderText property
The HeaderText property holds the text that is displayed
in the header.
-
getLegendAnchor()
- Gets the value of the LegendAnchor property.
-
getLegendIsShowing()
- Gets the value of the LegendIsShowing property.
-
getLegendOrientation()
- Gets the value of the LegendOrientation property.
-
getRotation()
- Gets the value of the Rotation property.
-
getX1AxisAnnotationMethod()
-
Gets the value of the X1AxisAnnotationMethod property.
-
getX1AxisAnnotationRotation()
- Gets the value of the X1AxisAnnotationRotation property.
-
getX1AxisGridIsShowing()
- Gets the value of the X1AxisGridIsShowing property.
-
getX1AxisGridSpacing()
- Gets the value of the X1AxisGridSpacing property.
-
getX1AxisGridSpacingIsDefault()
- Gets the value of the X1AxisGridSpacingIsDefault property.
-
getX1AxisIsLogarithmic()
- Gets the value of the X1AxisIsLogarithmic property.
-
getX1AxisIsReversed()
- Gets the value of the X1AxisIsReversed property.
-
getX1AxisIsShowing()
- Gets the value of the X1AxisIsShowing property.
-
getX1AxisMax()
- Gets the value of the X1AxisMax property.
-
getX1AxisMaxIsDefault()
- Gets the value of the X1AxisMaxIsDefault property.
-
getX1AxisMin()
- Gets the value of the X1AxisMin property.
-
getX1AxisMinIsDefault()
- Gets the value of the X1AxisMinIsDefault property.
-
getX1AxisNumSpacing()
- Gets the value of the X1AxisNumSpacing property.
-
getX1AxisNumSpacingIsDefault()
- Gets the value of the X1AxisNumSpacingIsDefault property.
-
getX1AxisOrigin()
- Gets the value of the X1AxisOrigin property.
-
getX1AxisOriginIsDefault()
- Gets the value of the X1AxisOriginIsDefault property
The X1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin.
-
getX1AxisOriginPlacement()
- Gets the value of the X1AxisOriginPlacement property.
-
getX1AxisPlacement()
- Gets the value of the X1AxisPlacement property.
-
getX1AxisPrecision()
- Gets the value of the X1AxisPrecision property.
-
getX1AxisPrecisionIsDefault()
- Gets the value of the X1AxisPrecisionIsDefault property.p
The X1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision.
-
getX1AxisTickSpacing()
- Gets the value of the X1AxisTickSpacing property.
-
getX1AxisTickSpacingIsDefault()
- Gets the value of the X1AxisTickSpacingIsDefault property.
-
getX1AxisTimeFormat()
- Gets the value of the X1AxisTimeFormat property.
-
getX1AxisTimeFormatIsDefault()
- Gets the value of the X1AxisTimeFormatIsDefault property.
-
getX1AxisTimeUnit()
- Gets the value of the X1AxisTimeUnit property.
-
getX1AxisTitleIsShowing()
- Gets the value of the X1AxisTitleIsShowing property.
-
getX1AxisTitlePlacement()
- Gets the value of the X1AxisTitlePlacement property
The X1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis.
-
getX1AxisTitlePlacementIsDefault()
- Gets the value of the X1AxisTitlePlacemementIsDefault property
The X1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title.
-
getX1AxisTitleText()
- Gets the value of the X1AxisTitleText property.
-
getY1AxisAnnotationMethod()
-
Gets the value of the Y1AxisAnnotationMethod property.
-
getY1AxisAnnotationRotation()
- Gets the value of the Y1AxisAnnotationRotation property.
-
getY1AxisGridIsShowing()
- Gets the value of the Y1AxisGridIsShowing property.
-
getY1AxisGridSpacing()
- Gets the value of the Y1AxisGridSpacing property.
-
getY1AxisGridSpacingIsDefault()
- Gets the value of the Y1AxisGridSpacingIsDefault property.
-
getY1AxisIsLogarithmic()
- Gets the value of the Y1AxisIsLogarithmic property.
-
getY1AxisIsReversed()
- Gets the value of the Y1AxisIsReversed property.
-
getY1AxisIsShowing()
- Gets the value of the Y1AxisIsShowing property.
-
getY1AxisMax()
- Gets the value of the Y1AxisMax property.
-
getY1AxisMaxIsDefault()
- Gets the value of the Y1AxisMaxIsDefault property.
-
getY1AxisMin()
- Gets the value of the Y1AxisMin property.
-
getY1AxisMinIsDefault()
- Gets the value of the Y1AxisMinIsDefault property.
-
getY1AxisNumSpacing()
- Gets the value of the Y1AxisNumSpacing property.
-
getY1AxisNumSpacingIsDefault()
- Gets the value of the Y1AxisNumSpacingIsDefault property.
-
getY1AxisOrigin()
- Gets the value of the Y1AxisOrigin property.
-
getY1AxisOriginIsDefault()
- Gets the value of the Y1AxisOriginIsDefault property
The Y1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin.
-
getY1AxisOriginPlacement()
- Gets the value of the Y1AxisOriginPlacement property.
-
getY1AxisPlacement()
- Gets the value of the Y1AxisPlacement property.
-
getY1AxisPrecision()
- Gets the value of the Y1AxisPrecision property.
-
getY1AxisPrecisionIsDefault()
- Gets the value of the Y1AxisPrecisionIsDefault property.p
The Y1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision.
-
getY1AxisTickSpacing()
- Gets the value of the Y1AxisTickSpacing property.
-
getY1AxisTickSpacingIsDefault()
- Gets the value of the Y1AxisTickSpacingIsDefault property.
-
getY1AxisTimeFormat()
- Gets the value of the Y1AxisTimeFormat property.
-
getY1AxisTimeFormatIsDefault()
- Gets the value of the Y1AxisTimeFormatIsDefault property.
-
getY1AxisTimeUnit()
- Gets the value of the Y1AxisTimeUnit property.
-
getY1AxisTitleIsShowing()
- Gets the value of the Y1AxisTitleIsShowing property.
-
getY1AxisTitlePlacement()
- Gets the value of the Y1AxisTitlePlacement property
The Y1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis.
-
getY1AxisTitlePlacementIsDefault()
- Gets the value of the Y1AxisTitlePlacemementIsDefault property
The Y1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title.
-
getY1AxisTitleText()
- Gets the value of the Y1AxisTitleText property.
-
setAxisBoundingBox(boolean)
- Sets the value of the AxisBoundingBox property.
-
setDataSources(String[])
- Sets the value of the DataSources property.
-
setDataView1(String)
- Sets the value of the DataView1 property
The DataView1 property controls the file or URL used for the
first set of data in chart.
-
setDataView1ChartType(int)
- Sets the value of the DataView1ChartType property.
-
setDataView2(String)
- Sets the value of the DataView2 property
The DataView2 property controls the file or URL used for the
first set of data in chart.
-
setDataView2ChartType(int)
- Sets the value of the DataView2ChartType property.
-
setDataViewIsInverted(boolean)
- Sets the value of the DataViewIsInverted property.
-
setDepth(int)
- Sets the value of the Depth property.
-
setElevation(int)
- Sets the value of the Elevation property.
-
setFastAction(boolean)
- Sets the value of the FastAction property.
-
setFooterIsShowing(boolean)
- Sets the value of the FooterIsShowing property.
-
setFooterText(String)
- Sets the value of the FooterText property
The FooterText property holds the text that is displayed
in the footer.
-
setHeaderIsShowing(boolean)
- Sets the value of the HeaderIsShowing property.
-
setHeaderText(String)
- Sets the value of the HeaderText property
The HeaderText property holds the text that is displayed
in the header.
-
setLegendAnchor(int)
- Sets the value of the LegendAnchor property.
-
setLegendIsShowing(boolean)
- Sets the value of the LegendIsShowing property.
-
setLegendOrientation(int)
- Sets the value of the LegendOrientation property.
-
setRotation(int)
- Sets the value of the Rotation property.
-
setX1AxisAnnotationMethod(int)
-
Sets the value of the X1AxisAnnotationMethod property.
-
setX1AxisAnnotationRotation(int)
- Sets the value of the X1AxisAnnotationRotation property.
-
setX1AxisGridIsShowing(boolean)
- Sets the value of the X1AxisGridIsShowing property.
-
setX1AxisGridSpacing(String)
- Sets the value of the X1AxisGridSpacing property.
-
setX1AxisGridSpacingIsDefault(boolean)
- Sets the value of the X1AxisGridSpacingIsDefault property.
-
setX1AxisIsLogarithmic(boolean)
- Sets the value of the X1AxisIsLogarithmic property.
-
setX1AxisIsReversed(boolean)
- Sets the value of the X1AxisIsReversed property.
-
setX1AxisIsShowing(boolean)
- Sets the value of the X1AxisIsShowing property.
-
setX1AxisMax(String)
- Sets the value of the X1AxisMax property.
-
setX1AxisMaxIsDefault(boolean)
- Sets the value of the X1AxisMaxIsDefault property.
-
setX1AxisMin(String)
- Sets the value of the X1AxisMin property.
-
setX1AxisMinIsDefault(boolean)
- Sets the value of the X1AxisMinIsDefault property.
-
setX1AxisNumSpacing(String)
- Sets the value of the X1AxisNumSpacing property.
-
setX1AxisNumSpacingIsDefault(boolean)
- Sets the value of the X1AxisNumSpacingIsDefault property.
-
setX1AxisOrigin(String)
- Sets the value of the X1AxisOrigin property.
-
setX1AxisOriginIsDefault(boolean)
- Sets the value of the X1AxisOriginIsDefault property
The X1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin.
-
setX1AxisOriginPlacement(int)
- Sets the value of the X1AxisOriginPlacement property.
-
setX1AxisPlacement(int)
- Sets the value of the X1AxisPlacement property.
-
setX1AxisPrecision(int)
- Sets the value of the X1AxisPrecision property.
-
setX1AxisPrecisionIsDefault(boolean)
- Sets the value of the X1AxisPrecisionIsDefault property.p
The X1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision.
-
setX1AxisTickSpacing(String)
- Sets the value of the X1AxisTickSpacing property.
-
setX1AxisTickSpacingIsDefault(boolean)
- Sets the value of the X1AxisTickSpacingIsDefault property.
-
setX1AxisTimeFormat(String)
- Sets the value of the X1AxisTimeFormat property.
-
setX1AxisTimeFormatIsDefault(boolean)
- Sets the value of the X1AxisTimeFormatIsDefault property.
-
setX1AxisTimeUnit(int)
- Sets the value of the X1AxisTimeUnit property.
-
setX1AxisTitleIsShowing(boolean)
- Sets the value of the X1AxisTitleIsShowing property.
-
setX1AxisTitlePlacement(int)
- Sets the value of the X1AxisTitlePlacement property
The X1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis.
-
setX1AxisTitlePlacementIsDefault(boolean)
- Sets the value of the X1AxisTitlePlacemementIsDefault property
The X1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title.
-
setX1AxisTitleText(String)
- Sets the value of the X1AxisTitleText property.
-
setY1AxisAnnotationMethod(int)
-
Sets the value of the Y1AxisAnnotationMethod property.
-
setY1AxisAnnotationRotation(int)
- Sets the value of the Y1AxisAnnotationRotation property.
-
setY1AxisGridIsShowing(boolean)
- Sets the value of the Y1AxisGridIsShowing property.
-
setY1AxisGridSpacing(String)
- Sets the value of the Y1AxisGridSpacing property.
-
setY1AxisGridSpacingIsDefault(boolean)
- Sets the value of the Y1AxisGridSpacingIsDefault property.
-
setY1AxisIsLogarithmic(boolean)
- Sets the value of the Y1AxisIsLogarithmic property.
-
setY1AxisIsReversed(boolean)
- Sets the value of the Y1AxisIsReversed property.
-
setY1AxisIsShowing(boolean)
- Sets the value of the Y1AxisIsShowing property.
-
setY1AxisMax(String)
- Sets the value of the Y1AxisMax property.
-
setY1AxisMaxIsDefault(boolean)
- Sets the value of the Y1AxisMaxIsDefault property.
-
setY1AxisMin(String)
- Sets the value of the Y1AxisMin property.
-
setY1AxisMinIsDefault(boolean)
- Sets the value of the Y1AxisMinIsDefault property.
-
setY1AxisNumSpacing(String)
- Sets the value of the Y1AxisNumSpacing property.
-
setY1AxisNumSpacingIsDefault(boolean)
- Sets the value of the Y1AxisNumSpacingIsDefault property.
-
setY1AxisOrigin(String)
- Sets the value of the Y1AxisOrigin property.
-
setY1AxisOriginIsDefault(boolean)
- Sets the value of the Y1AxisOriginIsDefault property
The Y1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin.
-
setY1AxisOriginPlacement(int)
- Sets the value of the Y1AxisOriginPlacement property.
-
setY1AxisPlacement(int)
- Sets the value of the Y1AxisPlacement property.
-
setY1AxisPrecision(int)
- Sets the value of the Y1AxisPrecision property.
-
setY1AxisPrecisionIsDefault(boolean)
- Sets the value of the Y1AxisPrecisionIsDefault property.p
The Y1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision.
-
setY1AxisTickSpacing(String)
- Sets the value of the Y1AxisTickSpacing property.
-
setY1AxisTickSpacingIsDefault(boolean)
- Sets the value of the Y1AxisTickSpacingIsDefault property.
-
setY1AxisTimeFormat(String)
- Sets the value of the Y1AxisTimeFormat property.
-
setY1AxisTimeFormatIsDefault(boolean)
- Sets the value of the Y1AxisTimeFormatIsDefault property.
-
setY1AxisTimeUnit(int)
- Sets the value of the Y1AxisTimeUnit property.
-
setY1AxisTitleIsShowing(boolean)
- Sets the value of the Y1AxisTitleIsShowing property.
-
setY1AxisTitlePlacement(int)
- Sets the value of the Y1AxisTitlePlacement property
The Y1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis.
-
setY1AxisTitlePlacementIsDefault(boolean)
- Sets the value of the Y1AxisTitlePlacemementIsDefault property
The Y1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title.
-
setY1AxisTitleText(String)
- Sets the value of the Y1AxisTitleText property.
ROTATE_NONE
public static final int ROTATE_NONE
ROTATE_90
public static final int ROTATE_90
ROTATE_270
public static final int ROTATE_270
AUTOMATIC
public static final int AUTOMATIC
ORIGIN
public static final int ORIGIN
MIN
public static final int MIN
MAX
public static final int MAX
VALUE_ANCHORED
public static final int VALUE_ANCHORED
VALUE
public static final int VALUE
VALUE_LABELS
public static final int VALUE_LABELS
TIME_LABELS
public static final int TIME_LABELS
POINT_LABELS
public static final int POINT_LABELS
SECONDS
public static final int SECONDS
MINUTES
public static final int MINUTES
HOURS
public static final int HOURS
DAYS
public static final int DAYS
WEEKS
public static final int WEEKS
MONTHS
public static final int MONTHS
YEARS
public static final int YEARS
NORTHEAST
public static final int NORTHEAST
NORTH
public static final int NORTH
NORTHWEST
public static final int NORTHWEST
EAST
public static final int EAST
WEST
public static final int WEST
SOUTHEAST
public static final int SOUTHEAST
SOUTH
public static final int SOUTH
SOUTHWEST
public static final int SOUTHWEST
HORIZONTAL
public static final int HORIZONTAL
VERTICAL
public static final int VERTICAL
JCChartComponent
public JCChartComponent()
getDataSources
public String[] getDataSources()
- Gets the value of the DataSources property.
The DataSources property is an indexed property used to get
data into Chart. Each element in DataSources is either a
filename or a valid URL from which properly-formatted data can
be retrieved.
setDataSources
public void setDataSources(String newData[])
- Sets the value of the DataSources property.
The DataSources property is an indexed property used to get
data into Chart. Each element in DataSources is either a
filename or a valid URL from which properly-formatted data can
be retrieved.
getDataView1
public String getDataView1()
- Gets the value of the DataView1 property
The DataView1 property controls the file or URL used for the
first set of data in chart.
setDataView1
public void setDataView1(String s)
- Sets the value of the DataView1 property
The DataView1 property controls the file or URL used for the
first set of data in chart.
getDataView1ChartType
public int getDataView1ChartType()
- Gets the value of the DataView1ChartType property.
The DataView1ChartType property determines the chart type of the
first set of data in the chart.
setDataView1ChartType
public void setDataView1ChartType(int ct)
- Sets the value of the DataView1ChartType property.
The DataView1ChartType property determines the chart type of the
first set of data in the chart.
getDataViewIsInverted
public boolean getDataViewIsInverted()
- Gets the value of the DataViewIsInverted property.
The DataViewIsInverted property determines whether the x and y axis
are inverted.
setDataViewIsInverted
public void setDataViewIsInverted(boolean nv)
- Sets the value of the DataViewIsInverted property.
The DataViewIsInverted property determines whether the x and y axis
are inverted.
getDataView2
public String getDataView2()
- Gets the value of the DataView2 property
The DataView2 property controls the file or URL used for the
first set of data in chart.
setDataView2
public void setDataView2(String s)
- Sets the value of the DataView2 property
The DataView2 property controls the file or URL used for the
first set of data in chart.
getDataView2ChartType
public int getDataView2ChartType()
- Gets the value of the DataView2ChartType property.
The DataView2ChartType property determines the chart type of the
first set of data in the chart.
setDataView2ChartType
public void setDataView2ChartType(int ct)
- Sets the value of the DataView2ChartType property.
The DataView2ChartType property determines the chart type of the
first set of data in the chart.
getAxisBoundingBox
public boolean getAxisBoundingBox()
- Gets the value of the AxisBoundingBox property.
The AxisBoundingBox property determines whether a box is drawn around
the area bound by the inner axes. (AxisBoundingBox is actually
a property of JCChartArea).
setAxisBoundingBox
public void setAxisBoundingBox(boolean abb)
- Sets the value of the AxisBoundingBox property.
The AxisBoundingBox property determines whether a box is drawn around
the area bound by the inner axes. (AxisBoundingBox is actually
a property of JCChartArea).
getFastAction
public boolean getFastAction()
- Gets the value of the FastAction property.
The FastAction property determines whether chart actions
will use an optimized mode in which it does not bother to display
axis annotations or grid lines. (FastAction is actually a property
of JCChartArea).
setFastAction
public void setFastAction(boolean fr)
- Sets the value of the FastAction property.
The FastAction property determines whether chart actions
will use an optimized mode in which it does not bother to display
axis annotations or grid lines. (FastAction is actually a property
of JCChartArea).
getDepth
public int getDepth()
- Gets the value of the Depth property.
The Depth property controls the apparent depth of a graph when
displayed in 3D mode. (Depth is actually a property of JCChartArea).
setDepth
public void setDepth(int d)
- Sets the value of the Depth property.
The Depth property controls the apparent depth of a graph when
displayed in 3D mode. (Depth is actually a property of JCChartArea).
getElevation
public int getElevation()
- Gets the value of the Elevation property.
The Elevation property controls the distance form the
y axis when the chart is displayed in 3D mode. (Elevation
is actually a property of JCChartArea).
setElevation
public void setElevation(int d)
- Sets the value of the Elevation property.
The Elevation property controls the distance form the
y axis when the chart is displayed in 3D mode. (Elevation
is actually a property of JCChartArea).
getRotation
public int getRotation()
- Gets the value of the Rotation property.
The Rotation property controls the position of the
eye relative to the y axis when the chart is displayed in
3D mode. (Rotation is actually a property of JCChartArea).
setRotation
public void setRotation(int d)
- Sets the value of the Rotation property.
The Rotation property controls the position of the
eye relative to the y axis when the chart is displayed in
3D mode. (Rotation is actually a property of JCChartArea).
getX1AxisIsLogarithmic
public boolean getX1AxisIsLogarithmic()
- Gets the value of the X1AxisIsLogarithmic property.
The X1AxisIsLogarithmic property determines whether the
first x axis will be logarithmic (true) or linear (false)
setX1AxisIsLogarithmic
public void setX1AxisIsLogarithmic(boolean b)
- Sets the value of the X1AxisIsLogarithmic property.
The X1AxisIsLogarithmic property determines whether the
first x axis will be logarithmic (true) or linear (false)
getX1AxisIsReversed
public boolean getX1AxisIsReversed()
- Gets the value of the X1AxisIsReversed property.
The X1AxisIsReversed property determines whether the
first x axis will be reversed in direction.
setX1AxisIsReversed
public void setX1AxisIsReversed(boolean b)
- Sets the value of the X1AxisIsReversed property.
The X1AxisIsReversed property determines whether the
first x axis will be reversed in direction.
getX1AxisIsShowing
public boolean getX1AxisIsShowing()
- Gets the value of the X1AxisIsShowing property.
The X1AxisIsShowing property determines whether the
first x axis is currently visible.
setX1AxisIsShowing
public void setX1AxisIsShowing(boolean b)
- Sets the value of the X1AxisIsShowing property.
The X1AxisIsShowing property determines whether the
first x axis is currently visible.
getX1AxisAnnotationRotation
public int getX1AxisAnnotationRotation()
- Gets the value of the X1AxisAnnotationRotation property.
The X1AxisAnnotationRotation property specifies the rotation
of each axis label. Valid values are ROTATE_90, ROTATE_180,
ROTATE_270 or ROTATE_NONE
setX1AxisAnnotationRotation
public void setX1AxisAnnotationRotation(int r)
- Sets the value of the X1AxisAnnotationRotation property.
The X1AxisAnnotationRotation property specifies the rotation
of each axis label. Valid values are ROTATE_90, ROTATE_180,
ROTATE_270 or ROTATE_NONE
getX1AxisPlacement
public int getX1AxisPlacement()
- Gets the value of the X1AxisPlacement property.
The X1AxisPlacement property determines the method used to place
the first x axis. Valid values include AUTOMATIC (Chart chooses
an appropriate location), ORIGIN (appears at the origin of another
axis), MIN (appears at the minimum axis value), MAX (appears at
the maximum axis value) or VALUE_ANCHORED (appears at a particular value
along another axis)
setX1AxisPlacement
public void setX1AxisPlacement(int r)
- Sets the value of the X1AxisPlacement property.
The X1AxisPlacement property determines the method used to place
the first x axis. Valid values include AUTOMATIC (Chart chooses
an appropriate location), ORIGIN (appears at the origin of another
axis), MIN (appears at the minimum axis value), MAX (appears at
the maximum axis value) or VALUE_ANCHORED (appears at a particular value
along another axis)
getX1AxisAnnotationMethod
public int getX1AxisAnnotationMethod()
- Gets the value of the X1AxisAnnotationMethod property.
The X1AxisAnnotationMethod property determines how axis annotations
are generated. Valid values include VALUE (axis annotations
are generated by chart, with possible callbacks to a label generator),
VALUE_LABELS (axis annotations are taken from a list of value
labels provided by the user. Note that a value label is a label that is
to appear at a particular value along the axis), POINT_LABELS
(axis annotations come from the data source in the form of point labels
ie labels associated with particular data points) and
TIME_LABELS (chart generates time/date/labels based on the
TimeUnit, TimeBase and TimeFormat properties).
setX1AxisAnnotationMethod
public void setX1AxisAnnotationMethod(int r)
- Sets the value of the X1AxisAnnotationMethod property.
The X1AxisAnnotationMethod property determines how axis annotations
are generated. Valid values include VALUE (axis annotations
are generated by chart, with possible callbacks to a label generator),
VALUE_LABELS (axis annotations are taken from a list of value
labels provided by the user. Note that a value label is a label that is
to appear at a particular value along the axis), POINT_LABELS
(axis annotations come from the data source in the form of point labels
ie labels associated with particular data points) and
TIME_LABELS (chart generates time/date/labels based on the
TimeUnit, TimeBase and TimeFormat properties).
getX1AxisPrecision
public int getX1AxisPrecision()
- Gets the value of the X1AxisPrecision property.
The X1AxisPrecision property controls the number of zeros that
appear after the decimal place in chart-generated axis labels.
setX1AxisPrecision
public void setX1AxisPrecision(int r)
- Sets the value of the X1AxisPrecision property.
The X1AxisPrecision property controls the number of zeros that appear
after the decimal place in chart-generated axis labels.
getX1AxisPrecisionIsDefault
public boolean getX1AxisPrecisionIsDefault()
- Gets the value of the X1AxisPrecisionIsDefault property.p
The X1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision. If true,
Chart will calculate the precision. If false, Chart will use
the precision provided in X1AxisPrecision.
setX1AxisPrecisionIsDefault
public void setX1AxisPrecisionIsDefault(boolean r)
- Sets the value of the X1AxisPrecisionIsDefault property.p
The X1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision. If true,
Chart will calculate the precision. If false, Chart will use
the precision provided in X1AxisPrecision.
getX1AxisNumSpacing
public String getX1AxisNumSpacing()
- Gets the value of the X1AxisNumSpacing property.
The X1AxisNumSpacing property controls the interval between
axis labels.
setX1AxisNumSpacing
public void setX1AxisNumSpacing(String r)
- Sets the value of the X1AxisNumSpacing property.
The X1AxisNumSpacing property controls the interval between
axis labels.
getX1AxisNumSpacingIsDefault
public boolean getX1AxisNumSpacingIsDefault()
- Gets the value of the X1AxisNumSpacingIsDefault property.
The X1AxisNumSpacingIsDefault property determines whether
Chart is responsible for calculating the numbering spacing.
If true, Chart will calculate the spacing. If false, Chart will
use the provided numbering spacing.
setX1AxisNumSpacingIsDefault
public void setX1AxisNumSpacingIsDefault(boolean r)
- Sets the value of the X1AxisNumSpacingIsDefault property.
The X1AxisNumSpacingIsDefault property determines whether
Chart is responsible for calculating the numbering spacing.
If true, Chart will calculate the spacing. If false, Chart will
use the provided numbering spacing.
getX1AxisTickSpacing
public String getX1AxisTickSpacing()
- Gets the value of the X1AxisTickSpacing property.
The X1AxisTickSpacing property controls the interval between
tick lines on the axis. Note: if the X1AxisAnnotationMethod
property is set to POINT_LABELS, tick lines appear at point values.
setX1AxisTickSpacing
public void setX1AxisTickSpacing(String r)
- Sets the value of the X1AxisTickSpacing property.
The X1AxisTickSpacing property controls the interval between
tick lines on the axis. Note: if the X1AxisAnnotationMethod
property is set to POINT_LABELS, tick lines appear at point values.
getX1AxisTickSpacingIsDefault
public boolean getX1AxisTickSpacingIsDefault()
- Gets the value of the X1AxisTickSpacingIsDefault property.
The X1AxisTickSpacingIsDefault property determines whether Chart is
responsible for calculating the tick spacing. If true, Chart will
calculate the tick spacing. If false, Chart will use the provided
tick spacing.
setX1AxisTickSpacingIsDefault
public void setX1AxisTickSpacingIsDefault(boolean r)
- Sets the value of the X1AxisTickSpacingIsDefault property.
The X1AxisTickSpacingIsDefault property determines whether Chart is
responsible for calculating the tick spacing. If true, Chart will
calculate the tick spacing. If false, Chart will use the provided
tick spacing.
getX1AxisGridSpacing
public String getX1AxisGridSpacing()
- Gets the value of the X1AxisGridSpacing property.
The X1AxisGridSpacing property controls the spacing between
grid lines relative to the axis.
setX1AxisGridSpacing
public void setX1AxisGridSpacing(String r)
- Sets the value of the X1AxisGridSpacing property.
The X1AxisGridSpacing property controls the spacing between
grid lines relative to the axis.
getX1AxisGridSpacingIsDefault
public boolean getX1AxisGridSpacingIsDefault()
- Gets the value of the X1AxisGridSpacingIsDefault property.
The X1AxisGridSpacingIsDefault property determines whether
Chart is responsible for calculating the grid spacing value.
If true, Chart will calculate the grid spacing. If false, Chart
will use the provided grid spacing.
setX1AxisGridSpacingIsDefault
public void setX1AxisGridSpacingIsDefault(boolean r)
- Sets the value of the X1AxisGridSpacingIsDefault property.
The X1AxisGridSpacingIsDefault property determines whether
Chart is responsible for calculating the grid spacing value.
If true, Chart will calculate the grid spacing. If false, Chart
will use the provided grid spacing.
getX1AxisGridIsShowing
public boolean getX1AxisGridIsShowing()
- Gets the value of the X1AxisGridIsShowing property.
The X1AxisGridIsShowing property determines whether a grid is drawn
for the axis.
setX1AxisGridIsShowing
public void setX1AxisGridIsShowing(boolean s)
- Sets the value of the X1AxisGridIsShowing property.
The X1AxisGridIsShowing property determines whether a grid is drawn
for the axis.
getX1AxisTimeUnit
public int getX1AxisTimeUnit()
- Gets the value of the X1AxisTimeUnit property.
The X1AxisTimeUnit property controls the unit of time
used for labelling a time labelled axis. Valid X1AxisTimeUnit
values include SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS
and YEARS.
setX1AxisTimeUnit
public void setX1AxisTimeUnit(int r)
- Sets the value of the X1AxisTimeUnit property.
The X1AxisTimeUnit property controls the unit of time
used for labelling a time labelled axis. Valid X1AxisTimeUnit
values include SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS
and YEARS.
getX1AxisTimeFormat
public String getX1AxisTimeFormat()
- Gets the value of the X1AxisTimeFormat property.
The X1AxisTimeFormat property controls the format used
to generate time labels for time labelled axes. The formats
supported are similar to those supported by the C function
strftime().
setX1AxisTimeFormat
public void setX1AxisTimeFormat(String f)
- Sets the value of the X1AxisTimeFormat property.
The X1AxisTimeFormat property controls the format used
to generate time labels for time labelled axes. The formats
supported are similar to those supported by the C function
strftime().
getX1AxisTimeFormatIsDefault
public boolean getX1AxisTimeFormatIsDefault()
- Gets the value of the X1AxisTimeFormatIsDefault property.
The X1AxisTimeFormatIsDefault property determines whether
a time label format is generated automatically, or the user
value for X1AxisTimeFormat is used.
setX1AxisTimeFormatIsDefault
public void setX1AxisTimeFormatIsDefault(boolean r)
- Sets the value of the X1AxisTimeFormatIsDefault property.
The X1AxisTimeFormatIsDefault property determines whether
a time label format is generated automatically, or the user
value for X1AxisTimeFormat is used.
getX1AxisMin
public String getX1AxisMin()
- Gets the value of the X1AxisMin property.
The X1AxisMin property controls the minimum value shown on the axis.
setX1AxisMin
public void setX1AxisMin(String r)
- Sets the value of the X1AxisMin property.
The X1AxisMin property controls the minimum value shown on the axis.
getX1AxisMinIsDefault
public boolean getX1AxisMinIsDefault()
- Gets the value of the X1AxisMinIsDefault property.
The X1AxisMinIsDefault property determines whether Chart is
responsible for calculating the minimum axis value. If true,
Chart will calculate the axis min. If false, Chart will use
the provided axis min.
setX1AxisMinIsDefault
public void setX1AxisMinIsDefault(boolean r)
- Sets the value of the X1AxisMinIsDefault property.
The X1AxisMinIsDefault property determines whether Chart is
responsible for calculating the minimum axis value. If true,
Chart will calculate the axis min. If false, Chart will use
the provided axis min.
getX1AxisMax
public String getX1AxisMax()
- Gets the value of the X1AxisMax property.
The X1AxisMax property controls the maximum value shown on the axis.
setX1AxisMax
public void setX1AxisMax(String r)
- Sets the value of the X1AxisMax property.
The X1AxisMax property controls the maximum value shown on the axis.
getX1AxisMaxIsDefault
public boolean getX1AxisMaxIsDefault()
- Gets the value of the X1AxisMaxIsDefault property.
The X1AxisMaxIsDefault property determines whether Chart is
responsible for calculating the maximum axis value. If true,
Chart will calculate the axis max. If false, Chart will use
the provided axis max.
setX1AxisMaxIsDefault
public void setX1AxisMaxIsDefault(boolean r)
- Sets the value of the X1AxisMaxIsDefault property.
The X1AxisMaxIsDefault property determines whether Chart is
responsible for calculating the maximum axis value. If true,
Chart will calculate the axis max. If false, Chart will use
the provided axis max.
getX1AxisOrigin
public String getX1AxisOrigin()
- Gets the value of the X1AxisOrigin property.
The X1AxisOrigin property controls location of the origin
along the axis.
setX1AxisOrigin
public void setX1AxisOrigin(String r)
- Sets the value of the X1AxisOrigin property.
The X1AxisOrigin property controls location of the origin
along the axis.
getX1AxisOriginIsDefault
public boolean getX1AxisOriginIsDefault()
- Gets the value of the X1AxisOriginIsDefault property
The X1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin. If true, Chart
calculates the axis origin. If false, Chart uses the provided
axis origin value.
setX1AxisOriginIsDefault
public void setX1AxisOriginIsDefault(boolean r)
- Sets the value of the X1AxisOriginIsDefault property
The X1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin. If true, Chart
calculates the axis origin. If false, Chart uses the provided
axis origin value.
getX1AxisOriginPlacement
public int getX1AxisOriginPlacement()
- Gets the value of the X1AxisOriginPlacement property.
The X1AxisOriginPlacement property specifies where the
origin is placed. Note that the X1AxisOriginPlacement property
is only active if the X1AxisOrigin property has not been set.
Valid values include AUTOMATIC (places origin at minimum value
or at zero if there are negative and positive values), ZERO
(places origin at zero), MIN (places origin at minimum value
on axis) or MAX (places origin at maximum value on axis).
setX1AxisOriginPlacement
public void setX1AxisOriginPlacement(int p)
- Sets the value of the X1AxisOriginPlacement property.
The X1AxisOriginPlacement property specifies where the
origin is placed. Note that the X1AxisOriginPlacement property
is only active if the X1AxisOrigin property has not been set.
Valid values include AUTOMATIC (places origin at minimum value
or at zero if there are negative and positive values), ZERO
(places origin at zero), MIN (places origin at minimum value
on axis) or MAX (places origin at maximum value on axis).
getX1AxisTitleText
public String getX1AxisTitleText()
- Gets the value of the X1AxisTitleText property.
The X1AxisTitleText property specifies the text that
will appear as the x1 axis title.
setX1AxisTitleText
public void setX1AxisTitleText(String t)
- Sets the value of the X1AxisTitleText property.
The X1AxisTitleText property specifies the text that
will appear as the x1 axis title.
getX1AxisTitleIsShowing
public boolean getX1AxisTitleIsShowing()
- Gets the value of the X1AxisTitleIsShowing property.
The X1AxisTitleIsShowing property determines whether the
x1 axis is visible.
setX1AxisTitleIsShowing
public void setX1AxisTitleIsShowing(boolean s)
- Sets the value of the X1AxisTitleIsShowing property.
The X1AxisTitleIsShowing property determines whether the
x1 axis is visible.
getX1AxisTitlePlacement
public int getX1AxisTitlePlacement()
- Gets the value of the X1AxisTitlePlacement property
The X1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis. Valid values
include JCLegend.NORTH or JCLegend.SOUTH
for horizontal axes, and JCLegend.EAST, JCLegend.WEST,
JCLegend.NORTHEAST, JCLegend.SOUTHEAST, JCLegend.NORTHWEST or
JCLegend.SOUTHEAST for vertical axes.
setX1AxisTitlePlacement
public void setX1AxisTitlePlacement(int v)
- Sets the value of the X1AxisTitlePlacement property
The X1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis. Valid values
include JCLegend.NORTH or JCLegend.SOUTH
for horizontal axes, and JCLegend.EAST, JCLegend.WEST,
JCLegend.NORTHEAST, JCLegend.SOUTHEAST, JCLegend.NORTHWEST or
JCLegend.SOUTHEAST for vertical axes.
getX1AxisTitlePlacementIsDefault
public boolean getX1AxisTitlePlacementIsDefault()
- Gets the value of the X1AxisTitlePlacemementIsDefault property
The X1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title.
setX1AxisTitlePlacementIsDefault
public void setX1AxisTitlePlacementIsDefault(boolean s)
- Sets the value of the X1AxisTitlePlacemementIsDefault property
The X1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title.
getY1AxisIsLogarithmic
public boolean getY1AxisIsLogarithmic()
- Gets the value of the Y1AxisIsLogarithmic property.
The Y1AxisIsLogarithmic property determines whether the
first y axis will be logarithmic (true) or linear (false)
setY1AxisIsLogarithmic
public void setY1AxisIsLogarithmic(boolean b)
- Sets the value of the Y1AxisIsLogarithmic property.
The Y1AxisIsLogarithmic property determines whether the
first y axis will be logarithmic (true) or linear (false)
getY1AxisIsReversed
public boolean getY1AxisIsReversed()
- Gets the value of the Y1AxisIsReversed property.
The Y1AxisIsReversed property determines whether the
first y axis will be reversed in direction.
setY1AxisIsReversed
public void setY1AxisIsReversed(boolean b)
- Sets the value of the Y1AxisIsReversed property.
The Y1AxisIsReversed property determines whether the
first y axis will be reversed in direction.
getY1AxisIsShowing
public boolean getY1AxisIsShowing()
- Gets the value of the Y1AxisIsShowing property.
The Y1AxisIsShowing property determines whether the
first y axis is currently visible.
setY1AxisIsShowing
public void setY1AxisIsShowing(boolean b)
- Sets the value of the Y1AxisIsShowing property.
The Y1AxisIsShowing property determines whether the
first y axis is currently visible.
getY1AxisAnnotationRotation
public int getY1AxisAnnotationRotation()
- Gets the value of the Y1AxisAnnotationRotation property.
The Y1AxisAnnotationRotation property specifies the rotation
of each axis label. Valid values are ROTATE_90, ROTATE_180,
ROTATE_270 or ROTATE_NONE
setY1AxisAnnotationRotation
public void setY1AxisAnnotationRotation(int r)
- Sets the value of the Y1AxisAnnotationRotation property.
The Y1AxisAnnotationRotation property specifies the rotation
of each axis label. Valid values are ROTATE_90, ROTATE_180,
ROTATE_270 or ROTATE_NONE
getY1AxisPlacement
public int getY1AxisPlacement()
- Gets the value of the Y1AxisPlacement property.
The Y1AxisPlacement property determines the method used to place
the first y axis. Valid values include AUTOMATIC (Chart chooses
an appropriate location), ORIGIN (appears at the origin of another
axis), MIN (appears at the minimum axis value), MAX (appears at
the maximum axis value) or VALUE_ANCHORED (appears at a particular value
along another axis)
setY1AxisPlacement
public void setY1AxisPlacement(int r)
- Sets the value of the Y1AxisPlacement property.
The Y1AxisPlacement property determines the method used to place
the first y axis. Valid values include AUTOMATIC (Chart chooses
an appropriate location), ORIGIN (appears at the origin of another
axis), MIN (appears at the minimum axis value), MAX (appears at
the maximum axis value) or VALUE_ANCHORED (appears at a particular value
along another axis)
getY1AxisAnnotationMethod
public int getY1AxisAnnotationMethod()
- Gets the value of the Y1AxisAnnotationMethod property.
The Y1AxisAnnotationMethod property determines how axis annotations
are generated. Valid values include VALUE (axis annotations
are generated by chart, with possible callbacks to a label generator),
VALUE_LABELS (axis annotations are taken from a list of value
labels provided by the user. Note that a value label is a label that is
to appear at a particular value along the axis), POINT_LABELS
(axis annotations come from the data source in the form of point labels
ie labels associated with particular data points) and
TIME_LABELS (chart generates time/date/labels based on the
TimeUnit, TimeBase and TimeFormat properties).
setY1AxisAnnotationMethod
public void setY1AxisAnnotationMethod(int r)
- Sets the value of the Y1AxisAnnotationMethod property.
The Y1AxisAnnotationMethod property determines how axis annotations
are generated. Valid values include VALUE (axis annotations
are generated by chart, with possible callbacks to a label generator),
VALUE_LABELS (axis annotations are taken from a list of value
labels provided by the user. Note that a value label is a label that is
to appear at a particular value along the axis), POINT_LABELS
(axis annotations come from the data source in the form of point labels
ie labels associated with particular data points) and
TIME_LABELS (chart generates time/date/labels based on the
TimeUnit, TimeBase and TimeFormat properties).
getY1AxisPrecision
public int getY1AxisPrecision()
- Gets the value of the Y1AxisPrecision property.
The Y1AxisPrecision property controls the number of zeros that
appear after the decimal place in chart-generated axis labels.
setY1AxisPrecision
public void setY1AxisPrecision(int r)
- Sets the value of the Y1AxisPrecision property.
The Y1AxisPrecision property controls the number of zeros that appear
after the decimal place in chart-generated axis labels.
getY1AxisPrecisionIsDefault
public boolean getY1AxisPrecisionIsDefault()
- Gets the value of the Y1AxisPrecisionIsDefault property.p
The Y1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision. If true,
Chart will calculate the precision. If false, Chart will use
the precision provided in Y1AxisPrecision.
setY1AxisPrecisionIsDefault
public void setY1AxisPrecisionIsDefault(boolean r)
- Sets the value of the Y1AxisPrecisionIsDefault property.p
The Y1AxisPrecisionIsDefault determines whether Chart is
responsible for calculating the numbering precision. If true,
Chart will calculate the precision. If false, Chart will use
the precision provided in Y1AxisPrecision.
getY1AxisNumSpacing
public String getY1AxisNumSpacing()
- Gets the value of the Y1AxisNumSpacing property.
The Y1AxisNumSpacing property controls the interval between
axis labels.
setY1AxisNumSpacing
public void setY1AxisNumSpacing(String r)
- Sets the value of the Y1AxisNumSpacing property.
The Y1AxisNumSpacing property controls the interval between
axis labels.
getY1AxisNumSpacingIsDefault
public boolean getY1AxisNumSpacingIsDefault()
- Gets the value of the Y1AxisNumSpacingIsDefault property.
The Y1AxisNumSpacingIsDefault property determines whether
Chart is responsible for calculating the numbering spacing.
If true, Chart will calculate the spacing. If false, Chart will
use the provided numbering spacing.
setY1AxisNumSpacingIsDefault
public void setY1AxisNumSpacingIsDefault(boolean r)
- Sets the value of the Y1AxisNumSpacingIsDefault property.
The Y1AxisNumSpacingIsDefault property determines whether
Chart is responsible for calculating the numbering spacing.
If true, Chart will calculate the spacing. If false, Chart will
use the provided numbering spacing.
getY1AxisTickSpacing
public String getY1AxisTickSpacing()
- Gets the value of the Y1AxisTickSpacing property.
The Y1AxisTickSpacing property controls the interval between
tick lines on the axis. Note: if the Y1AxisAnnotationMethod
property is set to POINT_LABELS, tick lines appear at point values.
setY1AxisTickSpacing
public void setY1AxisTickSpacing(String r)
- Sets the value of the Y1AxisTickSpacing property.
The Y1AxisTickSpacing property controls the interval between
tick lines on the axis. Note: if the Y1AxisAnnotationMethod
property is set to POINT_LABELS, tick lines appear at point values.
getY1AxisTickSpacingIsDefault
public boolean getY1AxisTickSpacingIsDefault()
- Gets the value of the Y1AxisTickSpacingIsDefault property.
The Y1AxisTickSpacingIsDefault property determines whether Chart is
responsible for calculating the tick spacing. If true, Chart will
calculate the tick spacing. If false, Chart will use the provided
tick spacing.
setY1AxisTickSpacingIsDefault
public void setY1AxisTickSpacingIsDefault(boolean r)
- Sets the value of the Y1AxisTickSpacingIsDefault property.
The Y1AxisTickSpacingIsDefault property determines whether Chart is
responsible for calculating the tick spacing. If true, Chart will
calculate the tick spacing. If false, Chart will use the provided
tick spacing.
getY1AxisGridSpacing
public String getY1AxisGridSpacing()
- Gets the value of the Y1AxisGridSpacing property.
The Y1AxisGridSpacing property controls the spacing between
grid lines relative to the axis.
setY1AxisGridSpacing
public void setY1AxisGridSpacing(String r)
- Sets the value of the Y1AxisGridSpacing property.
The Y1AxisGridSpacing property controls the spacing between
grid lines relative to the axis.
getY1AxisGridSpacingIsDefault
public boolean getY1AxisGridSpacingIsDefault()
- Gets the value of the Y1AxisGridSpacingIsDefault property.
The Y1AxisGridSpacingIsDefault property determines whether
Chart is responsible for calculating the grid spacing value.
If true, Chart will calculate the grid spacing. If false, Chart
will use the provided grid spacing.
setY1AxisGridSpacingIsDefault
public void setY1AxisGridSpacingIsDefault(boolean r)
- Sets the value of the Y1AxisGridSpacingIsDefault property.
The Y1AxisGridSpacingIsDefault property determines whether
Chart is responsible for calculating the grid spacing value.
If true, Chart will calculate the grid spacing. If false, Chart
will use the provided grid spacing.
getY1AxisGridIsShowing
public boolean getY1AxisGridIsShowing()
- Gets the value of the Y1AxisGridIsShowing property.
The Y1AxisGridIsShowing property determines whether a grid is drawn
for the axis.
setY1AxisGridIsShowing
public void setY1AxisGridIsShowing(boolean s)
- Sets the value of the Y1AxisGridIsShowing property.
The Y1AxisGridIsShowing property determines whether a grid is drawn
for the axis.
getY1AxisTimeUnit
public int getY1AxisTimeUnit()
- Gets the value of the Y1AxisTimeUnit property.
The Y1AxisTimeUnit property controls the unit of time
used for labelling a time labelled axis. Valid Y1AxisTimeUnit
values include SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS
and YEARS.
setY1AxisTimeUnit
public void setY1AxisTimeUnit(int r)
- Sets the value of the Y1AxisTimeUnit property.
The Y1AxisTimeUnit property controls the unit of time
used for labelling a time labelled axis. Valid Y1AxisTimeUnit
values include SECONDS, MINUTES, HOURS, DAYS, WEEKS, MONTHS
and YEARS.
getY1AxisTimeFormat
public String getY1AxisTimeFormat()
- Gets the value of the Y1AxisTimeFormat property.
The Y1AxisTimeFormat property controls the format used
to generate time labels for time labelled axes. The formats
supported are similar to those supported by the C function
strftime().
setY1AxisTimeFormat
public void setY1AxisTimeFormat(String f)
- Sets the value of the Y1AxisTimeFormat property.
The Y1AxisTimeFormat property controls the format used
to generate time labels for time labelled axes. The formats
supported are similar to those supported by the C function
strftime().
getY1AxisTimeFormatIsDefault
public boolean getY1AxisTimeFormatIsDefault()
- Gets the value of the Y1AxisTimeFormatIsDefault property.
The Y1AxisTimeFormatIsDefault property determines whether
a time label format is generated automatically, or the user
value for Y1AxisTimeFormat is used.
setY1AxisTimeFormatIsDefault
public void setY1AxisTimeFormatIsDefault(boolean r)
- Sets the value of the Y1AxisTimeFormatIsDefault property.
The Y1AxisTimeFormatIsDefault property determines whether
a time label format is generated automatically, or the user
value for Y1AxisTimeFormat is used.
getY1AxisMin
public String getY1AxisMin()
- Gets the value of the Y1AxisMin property.
The Y1AxisMin property controls the minimum value shown on the axis.
setY1AxisMin
public void setY1AxisMin(String r)
- Sets the value of the Y1AxisMin property.
The Y1AxisMin property controls the minimum value shown on the axis.
getY1AxisMinIsDefault
public boolean getY1AxisMinIsDefault()
- Gets the value of the Y1AxisMinIsDefault property.
The Y1AxisMinIsDefault property determines whether Chart is
responsible for calculating the minimum axis value. If true,
Chart will calculate the axis min. If false, Chart will use
the provided axis min.
setY1AxisMinIsDefault
public void setY1AxisMinIsDefault(boolean r)
- Sets the value of the Y1AxisMinIsDefault property.
The Y1AxisMinIsDefault property determines whether Chart is
responsible for calculating the minimum axis value. If true,
Chart will calculate the axis min. If false, Chart will use
the provided axis min.
getY1AxisMax
public String getY1AxisMax()
- Gets the value of the Y1AxisMax property.
The Y1AxisMax property controls the maximum value shown on the axis.
setY1AxisMax
public void setY1AxisMax(String r)
- Sets the value of the Y1AxisMax property.
The Y1AxisMax property controls the maximum value shown on the axis.
getY1AxisMaxIsDefault
public boolean getY1AxisMaxIsDefault()
- Gets the value of the Y1AxisMaxIsDefault property.
The Y1AxisMaxIsDefault property determines whether Chart is
responsible for calculating the maximum axis value. If true,
Chart will calculate the axis max. If false, Chart will use
the provided axis max.
setY1AxisMaxIsDefault
public void setY1AxisMaxIsDefault(boolean r)
- Sets the value of the Y1AxisMaxIsDefault property.
The Y1AxisMaxIsDefault property determines whether Chart is
responsible for calculating the maximum axis value. If true,
Chart will calculate the axis max. If false, Chart will use
the provided axis max.
getY1AxisOrigin
public String getY1AxisOrigin()
- Gets the value of the Y1AxisOrigin property.
The Y1AxisOrigin property controls location of the origin
along the axis.
setY1AxisOrigin
public void setY1AxisOrigin(String r)
- Sets the value of the Y1AxisOrigin property.
The Y1AxisOrigin property controls location of the origin
along the axis.
getY1AxisOriginIsDefault
public boolean getY1AxisOriginIsDefault()
- Gets the value of the Y1AxisOriginIsDefault property
The Y1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin. If true, Chart
calculates the axis origin. If false, Chart uses the provided
axis origin value.
setY1AxisOriginIsDefault
public void setY1AxisOriginIsDefault(boolean r)
- Sets the value of the Y1AxisOriginIsDefault property
The Y1AxisOriginIsDefault property determines whether Chart is
responsible for positioning the axis origin. If true, Chart
calculates the axis origin. If false, Chart uses the provided
axis origin value.
getY1AxisOriginPlacement
public int getY1AxisOriginPlacement()
- Gets the value of the Y1AxisOriginPlacement property.
The Y1AxisOriginPlacement property specifies where the
origin is placed. Note that the Y1AxisOriginPlacement property
is only active if the Y1AxisOrigin property has not been set.
Valid values include AUTOMATIC (places origin at minimum value
or at zero if there are negative and positive values), ZERO
(places origin at zero), MIN (places origin at minimum value
on axis) or MAX (places origin at maximum value on axis).
setY1AxisOriginPlacement
public void setY1AxisOriginPlacement(int p)
- Sets the value of the Y1AxisOriginPlacement property.
The Y1AxisOriginPlacement property specifies where the
origin is placed. Note that the Y1AxisOriginPlacement property
is only active if the Y1AxisOrigin property has not been set.
Valid values include AUTOMATIC (places origin at minimum value
or at zero if there are negative and positive values), ZERO
(places origin at zero), MIN (places origin at minimum value
on axis) or MAX (places origin at maximum value on axis).
getY1AxisTitleText
public String getY1AxisTitleText()
- Gets the value of the Y1AxisTitleText property.
The Y1AxisTitleText property specifies the text that
will appear as the Y1 axis title.
setY1AxisTitleText
public void setY1AxisTitleText(String t)
- Sets the value of the Y1AxisTitleText property.
The Y1AxisTitleText property specifies the text that
will appear as the Y1 axis title.
getY1AxisTitleIsShowing
public boolean getY1AxisTitleIsShowing()
- Gets the value of the Y1AxisTitleIsShowing property.
The Y1AxisTitleIsShowing property determines whether the
Y1 axis is visible.
setY1AxisTitleIsShowing
public void setY1AxisTitleIsShowing(boolean s)
- Sets the value of the Y1AxisTitleIsShowing property.
The Y1AxisTitleIsShowing property determines whether the
Y1 axis is visible.
getY1AxisTitlePlacement
public int getY1AxisTitlePlacement()
- Gets the value of the Y1AxisTitlePlacement property
The Y1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis. Valid values
include JCLegend.NORTH or JCLegend.SOUTH
for horizontal axes, and JCLegend.EAST, JCLegend.WEST,
JCLegend.NORTHEAST, JCLegend.SOUTHEAST, JCLegend.NORTHWEST or
JCLegend.SOUTHEAST for vertical axes.
setY1AxisTitlePlacement
public void setY1AxisTitlePlacement(int v)
- Sets the value of the Y1AxisTitlePlacement property
The Y1AxisTitlePlacement property controls where the JCAxis title
is placed relative to the "opposing" axis. Valid values
include JCLegend.NORTH or JCLegend.SOUTH
for horizontal axes, and JCLegend.EAST, JCLegend.WEST,
JCLegend.NORTHEAST, JCLegend.SOUTHEAST, JCLegend.NORTHWEST or
JCLegend.SOUTHEAST for vertical axes.
getY1AxisTitlePlacementIsDefault
public boolean getY1AxisTitlePlacementIsDefault()
- Gets the value of the Y1AxisTitlePlacemementIsDefault property
The Y1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title.
setY1AxisTitlePlacementIsDefault
public void setY1AxisTitlePlacementIsDefault(boolean s)
- Sets the value of the Y1AxisTitlePlacemementIsDefault property
The Y1AxisTitlePlacementIsDefault property determines whether
Chart is responsible for calculating a reasonable default placement
for the axis title.
getHeaderText
public String getHeaderText()
- Gets the value of the HeaderText property
The HeaderText property holds the text that is displayed
in the header.
setHeaderText
public void setHeaderText(String t)
- Sets the value of the HeaderText property
The HeaderText property holds the text that is displayed
in the header.
getHeaderIsShowing
public boolean getHeaderIsShowing()
- Gets the value of the HeaderIsShowing property.
The HeaderIsShowing property determines whether the
header is visible.
setHeaderIsShowing
public void setHeaderIsShowing(boolean is)
- Sets the value of the HeaderIsShowing property.
The HeaderIsShowing property determines whether the
header is visible.
getFooterText
public String getFooterText()
- Gets the value of the FooterText property
The FooterText property holds the text that is displayed
in the footer.
setFooterText
public void setFooterText(String t)
- Sets the value of the FooterText property
The FooterText property holds the text that is displayed
in the footer.
getFooterIsShowing
public boolean getFooterIsShowing()
- Gets the value of the FooterIsShowing property.
The FooterIsShowing property determines whether the
footer is visible.
setFooterIsShowing
public void setFooterIsShowing(boolean is)
- Sets the value of the FooterIsShowing property.
The FooterIsShowing property determines whether the
footer is visible.
getLegendIsShowing
public boolean getLegendIsShowing()
- Gets the value of the LegendIsShowing property.
The LegendIsShowing property determines whether the
legend is visible.
setLegendIsShowing
public void setLegendIsShowing(boolean is)
- Sets the value of the LegendIsShowing property.
The LegendIsShowing property determines whether the
legend is visible.
getLegendAnchor
public int getLegendAnchor()
- Gets the value of the LegendAnchor property.
The LegendAnchor property determines the position of the
legend relative to the ChartArea. Valid values include NORTH,
SOUTH, EAST, WEST, NORTHWEST, SOUTHWEST, NORTHEAST and SOUTHEAST
setLegendAnchor
public void setLegendAnchor(int a)
- Sets the value of the LegendAnchor property.
The LegendAnchor property determines the position of the
legend relative to the ChartArea. Valid values include NORTH,
SOUTH, EAST, WEST, NORTHWEST, SOUTHWEST, NORTHEAST and SOUTHEAST
getLegendOrientation
public int getLegendOrientation()
- Gets the value of the LegendOrientation property.
The LegendOrientation property determines how legend
information is laid out. Valid values include VERTICAL and
HORIZONTAL.
setLegendOrientation
public void setLegendOrientation(int a)
- Sets the value of the LegendOrientation property.
The LegendOrientation property determines how legend
information is laid out. Valid values include VERTICAL and
HORIZONTAL.
All Packages Class Hierarchy This Package Previous Next Index