The AbstractChartNode type exposes the following members.
Fields
Name | Description | |
---|---|---|
![]() ![]() | AUTOSCALE_DATA |
An int that indicates autoscaling is to be done by scanning
the data nodes.
|
![]() ![]() | AUTOSCALE_DENSITY |
An int that indicates autoscaling is to adjust the "Density"
attribute.
|
![]() ![]() | AUTOSCALE_NUMBER |
An int that indicates autoscaling is to adjust the "Number"
attribute.
|
![]() ![]() | AUTOSCALE_OFF |
An int that indicates autoscaling is turned off.
|
![]() ![]() | AUTOSCALE_WINDOW |
An int that indicates autoscaling is to be done by using the
"Window" attribute.
|
![]() ![]() | AXIS_X |
An int that indicates the x-axis.
|
![]() ![]() | AXIS_Y |
An int that indicates the y-axis.
|
![]() ![]() | DAY |
An int which specifies a minimum tick mark interval for an
autoscaled time axis where the time resolution is a day.
|
![]() ![]() | HOUR |
An int which specifies a minimum tick mark interval for an
autoscaled time axis where the time resolution is in hours.
|
![]() ![]() | LABEL_TYPE_NONE |
An int used to indicate the an element is not to be labeled.
|
![]() ![]() | LABEL_TYPE_TITLE |
An int used to indicate that an element is to be labeled with
the value of its title attribute.
|
![]() ![]() | LABEL_TYPE_X |
An int used to indicate that an element is to be labeled with
the value of its x-coordinate.
|
![]() ![]() | LABEL_TYPE_Y |
An int used to indicate that an element is to be labeled with
the value of its y-coordinate.
|
![]() ![]() | MILLISECOND |
An int which specifies a minimum tick mark interval for an
autoscaled time axis where the time resolution is in milliseconds.
|
![]() ![]() | MINUTE |
An int which specifies a minimum tick mark interval for an
autoscaled time axis where the time resolution is in minutes.
|
![]() ![]() | MONTH |
An int which specifies a minimum tick mark interval for an
autoscaled time axis where the time resolution is a month.
|
![]() ![]() | SECOND |
An int which specifies a minimum tick mark interval for an
autoscaled time axis where the time resolution is in seconds.
|
![]() ![]() | TRANSFORM_CUSTOM |
An int used to indicate that the axis using a custom
transformation.
|
![]() ![]() | TRANSFORM_LINEAR |
An int used to indicate that the axis uses linear scaling.
|
![]() ![]() | TRANSFORM_LOG |
An int used to indicate that the axis uses logarithmic
scaling.
|
![]() ![]() | WEEK |
An int which specifies a minimum tick mark interval for an
autoscaled time axis where the time resolution is a week of the year.
|
![]() ![]() | YEAR |
An int which specifies a minimum tick mark interval for an
autoscaled time axis where the time resolution is a year.
|