chartfx
Tag dataEditor


Provides access to the DataEditor object, a spreadsheet like table that shows data contained in the chart in tabular format.

Parent Tag: chart.
Child Tags: defaultBorder, font, imageBorder.


Tag Information
Tag Classcom.softwarefx.chartfxtags.chartfx.DataEditorTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameDataEditor

Attributes
NameRequiredRequest-timeTypeDescription
alignmentfalsetruejava.lang.StringAllows you to align the data editor in the bottom of the chart area. The available values are: SPREAD, NEAR, CENTER and FAR.
autoSizefalsetruejava.lang.StringAllows Chart FX to calculate the best size according to the tool position. The available values are: TRUE and FALSE.
backColorfalsetruejava.lang.StringSets the background color for the data editor.
backColorDatafalsetruejava.lang.StringSets the background color of the cells on the data editor.
backColorDataAlternatefalsetruejava.lang.StringAssigns the alternate color for the setInterlaced(int) property.
backColorHeaderfalsetruejava.lang.StringSets the background color of the header for the Data Editor.
borderObjectfalsetruejava.lang.StringSets a default or image border to the data editor.
dockedfalsetruejava.lang.StringSets the data editor position as docked, floating or fixed. The available values are: TOP, BOTTOM, LEFT and RIGHT.
fontfalsetruejava.lang.StringSets the font attributes for the data editor.
heightfalsetruejava.lang.StringSets the height for the data editor when the selected legend is docked or fixed. The Value is specified in pixels.
hideXValuesfalsetruejava.lang.StringUsed to hide the XValues in the data editor of an XY plot chart. The available values are: TRUE and FALSE.
horizontalGridColorfalsetruejava.lang.StringAllows you to select the Horizontal line color for the gridline displayed at the Data Editor box.
interlacedfalsetruejava.lang.StringUsed to separate the lines of the data editor with different colored lines to make the data easier to read. The available values are: NONE, HORIZONTAL and VERTICAL.
maxSizePercentagefalsetruejava.lang.StringAllows you to specify the maximum percentage of the chart area the data editor can occupy.
scrollPositionfalsetruejava.lang.StringSets the first visible cell in the data editor.
showHeaderfalsetruejava.lang.StringShows or hides the header of the data editor object. The available values are: TRUE and FALSE.
showHiddenSeriesfalsetruejava.lang.StringDisplays hidden series of a chart in the data editor. The available values are: TRUE and FALSE.
showMarkersfalsetruejava.lang.StringAdds or removes the series indicator displayed on the side of the data editor. The available values are: TRUE and FALSE.
textColorDatafalsetruejava.lang.StringSets the text color of the cells on the data editor.
textColorDataAlternatefalsetruejava.lang.StringAllows you to set the alternate text color for text in the data editor cells.
textColorHeaderfalsetruejava.lang.StringSets the text color of the headers on the data editor.
toolBorderfalsetruejava.lang.StringAllows the developer to specify the style for the border for the data editor. The available values are: NONE, EXTERNAL and INTERNAL.
useRawDatafalsetruejava.lang.StringSets a value indicating whether to use raw data or use caculated values in the DataEditor.
verticalGridColorfalsetruejava.lang.StringAllows you to select the Vertical line color for the gridline displayed at the data editor box.
visiblefalsetruejava.lang.StringShows or hides the data editor in the chart. The available values are: TRUE and FALSE.
widthfalsetruejava.lang.StringSets the width for the data editor when it is docked or fixed. The value is set in pixels.
XValuesAsHeadersfalsetruejava.lang.StringSets a value instructing that XValues be used as the headers in the data editor.

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.