chartfx
Tag axisY


Provides direct access to the Chart's main Y axis.

Parent Tag: chart.
Child Tags: dataFormat, grid, keyLabel, labels, labelsFormat, line, link, minorGrid, sections, title.


Tag Information
Tag Classcom.softwarefx.chartfxtags.chartfx.AxisYTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameAxisY

Attributes
NameRequiredRequest-timeTypeDescription
alternateColorfalsetruejava.lang.StringSet the second color of an Interlaced grid color.
autoScalefalsetruejava.lang.StringInstructs Chart FX to always recalculate the specified Axis scale values (Min, Max) when new values are set to the chart. The available values are: TRUE and FALSE.
customStepsfalsetruejava.lang.StringAllows you to set a custom step for the selected axis.
firstLabelfalsetruejava.lang.StringUsed to control the first label displayed on a selected axis.
fontfalsetruejava.lang.StringAllows you to change the label Font attributes of the selected axis.
forceZerofalsetruejava.lang.StringUsed to set the minimum value of a numerical axis to zero even if the data minimum value does not start at zero. The available values are: TRUE and FALSE.
gridlinesfalsetruejava.lang.StringAllows you to display or hide gridlines at the major intervals for the selected axis. The available values are: TRUE and FALSE.
interlacedfalsetruejava.lang.StringCreates a grid of alternating colors for a selected axis to improve chart readability. The available values are: TRUE and FALSE.
invertedfalsetruejava.lang.StringSets a selected numerical axis max value lesser than the min value. The available values are: TRUE and FALSE.
labelAnglefalsetruejava.lang.StringSets the text rotation for the labels in the selected axis.
labelValuefalsetruejava.lang.StringAllows you to set associate text labels to major tick marks in a numerical axis.
logBasefalsetruejava.lang.StringUsed to set a logarithmic scale for a numerical axis and recalculate the values as powers equal to the setting of this property.
maxfalsetruejava.lang.StringDefines the maximum value of a specific axis.
minfalsetruejava.lang.StringDefines the minimum value of a selected axis.
minorGridlinesfalsetruejava.lang.StringAllows you to display or hide gridlines at the minor intervals on the selected axis. The available values are: TRUE and FALSE.
minorStepfalsetruejava.lang.StringSpecifies the increment you want between minor tick marks and minor gridlines (if they are displayed) on the selected axis.
minorTickMarkfalsetruejava.lang.StringAllows you to get or set the style for tick marks at the minor gridlines on the selected axis. The available values are: NONE, OUTSIDE, INSIDE and CROSS.
notifyfalsetruejava.lang.StringUsed to enable or disable the GetAxisLabel event so you can customize labels on the specified axis. The available values are: TRUE and FALSE.
panefalsetruejava.lang.StringSpecifies the Pane for the Axis.
pixPerUnitfalsetruejava.lang.StringGives you the ability to control how many pixels per unit are there in the selected axis.
positionfalsetruejava.lang.StringSpecifies the placement of the axis labels and tick marks relative to the chart. The available values are: NEAR, CENTER and FAR.
scaleUnitfalsetruejava.lang.StringReturns or sets the scale unit of a selected axis.
scrollPositionfalsetruejava.lang.StringAllows you to set the starting scroll position when a chart is scrollable.
separationfalsetruejava.lang.StringAllows you to specify a gap in pixels between multiple axis.
staggeredfalsetruejava.lang.StringAlternates the level of the axis labels for the selected axis labels. The available values are: TRUE and FALSE.
stepfalsetruejava.lang.StringSpecifies the interval of major tick marks and gridlines on the selected axis.
stylefalsetruejava.lang.StringAllows you to add additional styles to the selected axis. The available values are: HIDE_TEXT, NOTIFY, SHOW_2_LEVELS, SINGLE_LINE, BREAK_ZERO, HIDE, NOT_CLIPPED, INTERLACED, CENTERED, ROTATE_TEXT, LONG_TICK, AUTO_SCALE, FORCE_ZERO, DEFAULT, SHOW_ENDS, NO_ROUND_STEP, IGNORE_LABELS, GRID_FRONT, INVERTED, DETECT_AREA and SHOW_INTERMEDIATE_LOG_LABELS.
textColorfalsetruejava.lang.StringChanges the text color of the axis labels for the selected axis.
tickMarkfalsetruejava.lang.StringAllows you to get or set the style for tick marks at the major gridlines on the selected axis. The available values are: NONE, OUTSIDE, INSIDE and CROSS.
titlefalsetruejava.lang.StringUsed to bind a Title object.
visiblefalsetruejava.lang.StringShows or hides the lines, labels, tick marks and grids for the selected axis. The available values are: TRUE and FALSE.
YAxisfalsetruejava.lang.StringUsed to set the orientation (X or Y) for a newly created axis. The available values are: TRUE and FALSE.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.