com.infragistics.faces.chart.taglib.html
Class SeriesTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.infragistics.faces.shared.taglib.ModelComponentTag
com.infragistics.faces.chart.taglib.html.SeriesTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class SeriesTag
- extends ModelComponentTag
JSP Tags For The series Component.
Defines a series used to logically and visually compose data points.
Use
To use the component in a JSP page, declare the taglib:
<%@ taglib prefix="ig" uri="http://www.infragistics.com/faces/netadvantage" %>
and instantiate:
<ig:series >
Attributes
| Name | Type | Default | Description |
| chartType | ChartType | "" | The chart type for nested series. |
| close | Number | "" | The numerical "close" value.<p>
The close value is used by candlestick and OHLC charts. |
| clusterWidth | Number | "" | The percentage of the available cluster width used to create value clusters.<p>
Setting a value of 100% causes adjacent clusters to be packed contiguously, a typical value is 80%. |
| columnWidth | Number | "" | The percentage of the available column width used to create columns.<p>
A value of 100% causes adjacent columns to be packed contiguously. Values less than 100% cause a space
between adjacent columns and values greater than 100% cause adjacent columns to overlap. |
| dataMapping | String | "null" | The data mapping used to convert the external data model to internal names. |
| dataSource | DataModel | "null" | The data source used to create the individual data points for this series. |
| dataStyleClass | String | "" | The CSS style class that is applied to data points or series. |
| explodedRadius | Number | "" | The percentage of available space used to offset pie and donut segments. |
| high | Number | "" | The numerical "high" value.<p>
The high value is used by range, candlestick and OHLC charts. |
| innerRadius | Number | "" | The percentage of available space used for donut holes. |
| legendCaption | String | "" | The legend label for data points and series in automatic legend fill mode. |
| legendCaptionStyleClass | String | "" | The CSS style class applied to automatically generated legend labels. |
| low | Number | "" | The numerical "low" value.<p>
The low value is used by range, candlestick and OHLC charts. |
| markerBulletSize | Number | "null" | The marker size (in pixels). |
| markerBulletStyleClass | String | "" | The CSS style class applied to datapoint bullets. |
| markerBulletType | BulletType | "SeriesGroupType.OVERLAY" | The datapoint bullet shape. |
| markerBulletVisible | Boolean | "" | The datapoint bullet visibility flag. |
| markerCaption | String | "" | The datapoint label string. |
| markerCaptionStyleClass | String | "" | The CSS style class applied to datapoint labels. |
| markerCaptionVisible | Boolean | "" | The datapoint label string visibility flag. |
| open | Number | "" | The numerical "open" value<p>
The open value is used by candlestick and OHLC charts. |
| radius | Number | "" | The percentage of available space used to create pie and donut segments. |
| shapeType | ShapeType | "SeriesGroupType.OVERLAY" | The shape applied to datapoints and series. |
| startAngle | Number | "" | The clockwise angle in degrees from twelve o'clock for the zero value in pie and dount charts. |
| tooltipCaption | String | "" | The tooltip string for datapoints and series. |
| value | Number | "" | The numerical "value" value.<p>
The value is used by column, area and line charts. |
- See Also:
- Serialized Form
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeriesTag
public SeriesTag()
Constructor
release
public void release()
- Specified by:
release in interface javax.servlet.jsp.tagext.Tag- Overrides:
release in class ModelComponentTag
setChartType
public void setChartType(java.lang.String newValue)
setClose
public void setClose(java.lang.String newValue)
setClusterWidth
public void setClusterWidth(java.lang.String newValue)
setColumnWidth
public void setColumnWidth(java.lang.String newValue)
setDataMapping
public void setDataMapping(java.lang.String newValue)
setDataSource
public void setDataSource(java.lang.String newValue)
setDataStyleClass
public void setDataStyleClass(java.lang.String newValue)
setExplodedRadius
public void setExplodedRadius(java.lang.String newValue)
setHigh
public void setHigh(java.lang.String newValue)
setInnerRadius
public void setInnerRadius(java.lang.String newValue)
setLegendCaption
public void setLegendCaption(java.lang.String newValue)
setLegendCaptionStyleClass
public void setLegendCaptionStyleClass(java.lang.String newValue)
setLow
public void setLow(java.lang.String newValue)
setMarkerBulletSize
public void setMarkerBulletSize(java.lang.String newValue)
setMarkerBulletStyleClass
public void setMarkerBulletStyleClass(java.lang.String newValue)
setMarkerBulletType
public void setMarkerBulletType(java.lang.String newValue)
setMarkerBulletVisible
public void setMarkerBulletVisible(java.lang.String newValue)
setMarkerCaption
public void setMarkerCaption(java.lang.String newValue)
setMarkerCaptionStyleClass
public void setMarkerCaptionStyleClass(java.lang.String newValue)
setMarkerCaptionVisible
public void setMarkerCaptionVisible(java.lang.String newValue)
setOpen
public void setOpen(java.lang.String newValue)
setRadius
public void setRadius(java.lang.String newValue)
setShapeType
public void setShapeType(java.lang.String newValue)
setStartAngle
public void setStartAngle(java.lang.String newValue)
setTooltipCaption
public void setTooltipCaption(java.lang.String newValue)
setValue
public void setValue(java.lang.String newValue)
getNewInstance
public java.lang.Object getNewInstance()
- Description copied from class:
ModelComponentTag
- This method must be implemented by subclasses and return an instance
of a CompositeProperty
- Specified by:
getNewInstance in class ModelComponentTag
- Returns: