Click or drag to resize
AbstractChartNode Fields

The AbstractChartNode type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAUTOSCALE_DATA
An int that indicates autoscaling is to be done by scanning the data nodes.
Public fieldStatic memberAUTOSCALE_DENSITY
An int that indicates autoscaling is to adjust the "Density" attribute.
Public fieldStatic memberAUTOSCALE_NUMBER
An int that indicates autoscaling is to adjust the "Number" attribute.
Public fieldStatic memberAUTOSCALE_OFF
An int that indicates autoscaling is turned off.
Public fieldStatic memberAUTOSCALE_WINDOW
An int that indicates autoscaling is to be done by using the "Window" attribute.
Public fieldStatic memberAXIS_X
An int that indicates the x-axis.
Public fieldStatic memberAXIS_Y
An int that indicates the y-axis.
Public fieldStatic memberDAY
An int which specifies a minimum tick mark interval for an autoscaled time axis where the time resolution is a day.
Public fieldStatic memberHOUR
An int which specifies a minimum tick mark interval for an autoscaled time axis where the time resolution is in hours.
Public fieldStatic memberLABEL_TYPE_NONE
An int used to indicate the an element is not to be labeled.
Public fieldStatic memberLABEL_TYPE_TITLE
An int used to indicate that an element is to be labeled with the value of its title attribute.
Public fieldStatic memberLABEL_TYPE_X
An int used to indicate that an element is to be labeled with the value of its x-coordinate.
Public fieldStatic memberLABEL_TYPE_Y
An int used to indicate that an element is to be labeled with the value of its y-coordinate.
Public fieldStatic memberMILLISECOND
An int which specifies a minimum tick mark interval for an autoscaled time axis where the time resolution is in milliseconds.
Public fieldStatic memberMINUTE
An int which specifies a minimum tick mark interval for an autoscaled time axis where the time resolution is in minutes.
Public fieldStatic memberMONTH
An int which specifies a minimum tick mark interval for an autoscaled time axis where the time resolution is a month.
Public fieldStatic memberSECOND
An int which specifies a minimum tick mark interval for an autoscaled time axis where the time resolution is in seconds.
Public fieldStatic memberTRANSFORM_CUSTOM
An int used to indicate that the axis using a custom transformation.
Public fieldStatic memberTRANSFORM_LINEAR
An int used to indicate that the axis uses linear scaling.
Public fieldStatic memberTRANSFORM_LOG
An int used to indicate that the axis uses logarithmic scaling.
Public fieldStatic memberWEEK
An int which specifies a minimum tick mark interval for an autoscaled time axis where the time resolution is a week of the year.
Public fieldStatic memberYEAR
An int which specifies a minimum tick mark interval for an autoscaled time axis where the time resolution is a year.
Top
See Also