chartfx


Standard Syntax:
     <%@ taglib prefix="chartfx" uri="/chartfxTags" %>

XML Syntax:
     <anyxmlelement xmlns:chartfx="urn:jsptld:/chartfxTags" />

This tag library contains the Chart FX for Java tags. 

This tag library documentation is a quick reference for all tags and attributes.  
For each member in the tag library, there is a corresponding API member. Please refer 
to the Chart FX for Java API Documentation if additional detail is necessary.

Tag Library Information
Display NameNone
Version1.0
Short Namechartfx
URI/chartfxTags
 

Tag Summary
annotationArcThe AnnotationArc class allows you to create annotation objects in the shape of an Arc.

Parent Tags: annotationList, annotationListBase.
Child Tags: annotationLink, border.
annotationArrowThe AnnotationArrow class allows you to create Line and Arrow annotations in your Charts.

Parent Tags: annotationList, annotationListBase.
Child Tags: annotationLink, border, endCap, startCap.
annotationBalloonThe AnnotationBalloon class enables you to add balloon objects in your charts. Balloon objects are like a Text objects, but the text is enclosed in a balloon type shape.

Parent Tags: annotationList, annotationListBase.
Child Tags: annotationLink, arrowCap, border.
annotationCircleThe AnnotationCircle class allows you to create annotation objects in the shape of circles.

Parent Tags: annotationList, annotationListBase.
Child Tags: annotationLink,border.
annotationGroupThe AnnotationGroup class allows you to group individual annotation objects together. Because the group object exposes all the common properties, you can change visual attributes of objects in a group with just one property call.

Parent Tag: annotationList.
Child Tags: annotationLink, annotationListBase, border.
annotationLinkProvides access to the Link object for Annotations.

Parent Tags: annotationArc, annotationArrow, annotationBalloon, annotationCircle, annotationGroup, annotationPicture, annotationPolygon, annotationRectangle, annotationText
annotationListThe Annotation List consists of all the individual annotation objects that you would like to include in your charting application.

Parent Tag: annotationX.
Child Tags: annotationArc, annotationArrow, annotationBalloon, annotationCircle, annotationGroup, annotationPicture, annotationPolygon, annotationRectangle, annotationText.
annotationListBaseThe Annotation List consists of all the individual annotation objects that in an AnnotationGroup.

Parent Tag: annotationListBase.
Child Tags: annotationArc, annotationArrow, annotationBalloon, annotationCircle, annotationGroup, annotationPicture, annotationPolygon, annotationRectangle, annotationText.
annotationPictureThe AnnotationPicture class allows you to add annotation Pictures to your charting applications.

Parent Tags: annotationList, annotationListBase.
Child Tags: annotationLink, border.
annotationPolygonThe AnnotationPolygon class allows you to create Polygon annotation in your charts.

Parent Tags: annotationList, annotationListBase.
Child Tags: annotationLink, border.
annotationRectangleThe AnnotationRectangle class allows you to create rectangle shapes in your charting applications.

Parent Tags: annotationList, annotationListBase.
Child Tags: annotationLink, border.
annotationTextThe AnnotationText class allows you to add annotation Text to your charting applications.

Parent Tags: annotationList, annotationListBase.
Child Tags: annotationLink, border.
annotationXThe AnnotationX class is used to create the Annotation Extension object.

Parent Tag: chart.
Child Tags: annotationList.
arrowCapControls the starting arrowhead height, width and style of an AnnotationBaloon object.

Parent Tag: AnnotationBaloon.
attributesProvides access to the UserLegendBoxItem's Attributes object.

Parent Tag: userLegendBoxItem.
Child Tag: link.
axisThe Axis class and its supported members are used to control visual, positioning and scaling attributes for Axis objects included in charts.

Parent Tag: axisCollection.
Child Tags: dataFormat, font, grid, keyLabel, labels, labelsFormat, line, link, minorGrid, sections and title.
axisCollectionProvides access to the Chart's Axis object.

Parent Tag: chart.
Child Tag: axis.
axisSectionThis class is used to customize chart AxisSection objects.

Parent Tag: sections.
Child Tags: grid, link, minorGrid.
axisXProvides direct access to the Chart's X axis.

Parent Tag: chart.
Child Tags: dataFormat, grid, keyLabel, labels, labelsFormat, line, link, minorGrid, sections, title.
axisYProvides direct access to the Chart's main Y axis.

Parent Tag: chart.
Child Tags: dataFormat, grid, keyLabel, labels, labelsFormat, line, link, minorGrid, sections, title.
axisY2Provides direct access to the Chart's scondary Y axis.

Parent Tag: chart.
Child Tags: dataFormat, grid, keyLabel, labels, labelsFormat, line, link, minorGrid, sections, title.
borderProvides access to the AnnotationArc's Border object.

Parent Tag: AnnotationArc.
bubbleThe supported members of the Bubble class allow you to further customize the visual attributes of a Bubble chart type.

Parent Tag: chart.
chartTop level tag used to generate a chart image. All other tags are to be enclosed inside this tag.

To use the chart tags from this library in your JSP pages, add the following directive at the top of each page: <%@taglib uri="/chartfxfaces" prefix="chartfx"%>
conditionAllows customization of the conditions for a Conditional attribute.

Parent Tag: conditionalAttributes.
conditionalAttributesConditionalAttributes class allows you to assign visual attributes to a ConditionalAttributes object. Once the object has been configured with the desired attributes, the object may be assigned to a chart point based on the conditions configured.

Parent Tag: conditionalAttributesCollection.

Child Tags: condition, font,link.
conditionalAttributesCollectionProvides access to the Chart's ConditionalAttributesobject.

Parent Tag: chart.
Child Tags: conditionalAttributes.
constantLineConstant lines are one of the most useful objects when it comes to highlighting information in the chart area. You may want to create a constant line to highlight limits or specific points of interest in the chart.

Parent Tag: constantLines.
Child Tags: font, link.
constantLinesProvides access to the Chart's ConstantLines object.

Parent Tag: chart.
Child Tags: constantLine.
crosstabDataProviderThe Crosstab Data Provider is a utility that converts data from tabular to columnar format.

Parent Tags: chart, dataSourceSettings.
Child Tags: crosstabDataTypeCollection, JDBCDataProvider, listProvider, textProvider, XMLDataProvider.
crosstabDataTypeNo Description
crosstabDataTypeCollectionProvides access to the Crosstab Data Provider's DataType object.

Parent Tag: crosstabDataProvider.
Child Tag: crosstabDataType.
curveProvides access to the Curve gallery object. Use inside a chart tag.

Parent Tag: chart.
Child Tags: .
dataOpens a communications channel to pass data to the chart.

Parent Tag: chart.
Child Tags: .
dataEditorProvides 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.
dataFormatUsed to format the data displayed on point labels and tool tips shown at a mouse-over.

Parent Tag: axis.
dataSourceSettingsProvides extra configuration for data sources.

Parent Tag: chart.
Child Tags: crosstabDataProvider, dataTypeCollection, JDBCDataProvider, listProvider, textProvider, XMLDataProvider.
dataTypeAn array property that specifies how Chart FX should treat the different fields available in Data stream.

Parent Tag: dataTypeCollection.
dataTypeCollectionProvide access to the Data's Data Type object.

Parent Tag: data.
Child Tags: dataType.
dataValueAllows you to set the data values for the chart.

Parent Tag: data.
defaultBorderProvides access to the Default Border object of the parent tag.

Parent Tag: chart, dataEditor, legendBox, serlegBox, userLegendBox.
endCapControls the ending arrowhead height, width and style of a AnnotationArrow object.

Parent Tag: annotationArrow.
extensionsProvides access to the ExtensionManager object.

Parent Tag: chart.
Child Tags annotationX.
flashWriterProvides properties and methods to write chart in Flash format.

Parent Tag: chart.
fontAllows customization of the font attributes for the parent tag.

Parent Tag: axis, chart, conditionalAttributes, constantLine, dataEditor, legendBox, pointAttributes, seriesAttributes, title, titleDockable and userLegendBox.
gradientBackgroundProvides access to the GradientBackground object of the parent tag.

Parent Tag: chart, pane.
gridProvides access to the Line object used to customize the Grid Lines for the parent tag.

Parent Tag: axis, axisSection.
hiLowProvides direct access to Hi-Low-Close Gallery object.

Parent Tag: chart.
imageBackgroundProvides access to the parent tag BackObject.

Parent Tag: chart, pane.
imageBorderProvides access to the BorderObject of the parent tag.

Parent Tag: chart, dataEditor, legendBox, serLegBox, userLegendBox.
JDBCDataProviderProvides access to the JDBC Date Provider object.

Parent Tag: chart, dataSourceSettings, crosstabDataProvider.
keyLabelUsed to assign a key (short) legend to tickmarks in a categorical axis.

Parent Tag: axis.
Child Tag: label.
keyLegUsed to assign a key (short) legend to tickmarks in a categorical axis.

Parent Tag: chart.
Child Tag: label.
labelUsed to assign a text legend to the parent tag.

Parent Tag: keyLabel, keyLeg, labels, legend, serKey, serLeg, YLeg.
labelsProvides access to the Axis' Label object.

Parent Tag: axis.
Child Tag: label.
labelsFormat Used to format the labels displayed on the selected axis.

Parent Tag: axis.
legendProvides access to the Chart's Legend object.

Parent Tag: chart.
Child Tag: label.
legendBoxProvides access to the Chart's LegendBox object.

Parent Tag: chart.
Child Tag: defaultBorder, font, imageBorder and titles.
lineProvide the control over the attributes of the Axis' Line objects.

Parent Tag: Axis.
linkProvides access to the Link object of the parent tag.

Parent Tag: axis, axisSection, chart, conditionalAttributes, constantLine, pointAttributes, seriesAttributes, title, titleDockable and userLegendBoxItem.
listProviderProvides access to the List Data provider.

Parent Tags: chart, dataSourceSettings, crosstabDataProvider.
Child Tags: .
minorGridAllows you to configure Grid Lines at the minor intervals on the parent object.

Parent Tag: axis, axisSection.
panePanes allow displaying multiple panes of data in a single chart window.

Parent Tag: panes.
Child Tags: defaultBackground, gradientBackground, imageBackground and title.
panesProvides access to the Chart's Panes collection.

Parent Tag: chart.
Child Tags: pane.
pieThe supported members of the Pie class allow you to further customize the visual attributes of a Pie and Doughnut chart types.

Parent Tag: chart.
pointProvides access to the Chart's Point object.

Parent Tag: chart.
Child Tags: pointAttributes.
pointAttributesProvides access to the PointAttributes object.

Parent Tag: point.
Child Tags: font, link.
pointFontAllows you to select a different collection of wingding fonts for use as marker shapes.

Parent Tag: chart.
pointLabelFontSets a font directly to the ALL PointLabels in the chart.

Parent Tag: chart.
polarProvides access to the Polar gallery object.

Parent Tag: chart.
radarProvides access to the Radar gallery object.

Parent Tag: chart.
sectionsProvides access to the Axis' Sections object.

Parent Tag: axis.
Child Tag: axisSection.
seriesProvides access to the Chart's Series object.

Parent Tag: chart.
Child Tags: seriesAttributes.
seriesAttributesProvides access to the SeriesAttributes object.

Parent Tag: series.
serKeySets an abbreviated name for each series using a short string.

Parent Tag: chart.
Child Tags: label.
serLegAn array property that allows you to set the series legend.

Parent Tag: chart.
Child Tags: label.
serLegBoxProvides access to the chart's serLegBoxObj object.

Parent Tag: chart.
Child Tags: defaultBorder, imageBorder, titles.
startCapControls the starting arrowhead height, width and style of an AnnotationArrow object.

Parent Tag: annotationArrow.
stripeAllows you to highlight a range of values associated with any of the axis by drawing a color frame in the chart background.

Parent Tag: stripes.
Child Tags: link.
stripesProvides access to the Chart's Stripes collection.

Parent Tag: chart.
Child Tags: stripe.
surfaceProvides access to the Surface Gallery object.

Parent Tag: chart.
SVGWriterProvides access to the SVG writer object.

Parent Tag: chart.
textProviderProvides Access to the Text data provider.

Parent Tags: chart, crosstabDataProvider, dataSourceSettings.
titleAllows configuration of the Title of the parent tag.

Parent Tags: axis, pane.
Child Tags: font, link.
titleDockableProvides access to the TitleDockable object.

Parent Tag: titles.
Child Tags: font, link.
titlesProvides access to the Titles object of the parent tag..

Parent Tag: chart, legendBox, serLegBox, userLegendBox.
Child Tags: titleDockable.
userLegendBoxProvides access to the Chart's UserLegendBoxObj object.

Parent Tag: chart.
Child Tags: defaultBorder, font, imageBorder, titles, userLegendBoxItemCollection.
userLegendBoxItemAllows customezation of the User Legend Box items.

Parent Tag: .
Child Tags: .
userLegendBoxItemCollectionProvides access to the Collection of UserLegendBoxItem.

Parent Tag: userLegendBox.
Child Tag: userLegendBoxItem.
XMLDataProviderProvides access to the XML Data Provider.

Parent Tags: chart, crosstabDataProvider, dataSourceSettings.
 


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