com.infragistics.faces.chart.taglib.html
Class SeriesTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.infragistics.faces.shared.taglib.ModelComponentTag
          extended bycom.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

Field Summary
 
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
 
Constructor Summary
SeriesTag()
          Constructor
 
Method Summary
 java.lang.Object getNewInstance()
          This method must be implemented by subclasses and return an instance of a CompositeProperty
 void release()
           
 void setChartType(java.lang.String newValue)
           
 void setClose(java.lang.String newValue)
           
 void setClusterWidth(java.lang.String newValue)
           
 void setColumnWidth(java.lang.String newValue)
           
 void setDataMapping(java.lang.String newValue)
           
 void setDataSource(java.lang.String newValue)
           
 void setDataStyleClass(java.lang.String newValue)
           
 void setExplodedRadius(java.lang.String newValue)
           
 void setHigh(java.lang.String newValue)
           
 void setInnerRadius(java.lang.String newValue)
           
 void setLegendCaption(java.lang.String newValue)
           
 void setLegendCaptionStyleClass(java.lang.String newValue)
           
 void setLow(java.lang.String newValue)
           
 void setMarkerBulletSize(java.lang.String newValue)
           
 void setMarkerBulletStyleClass(java.lang.String newValue)
           
 void setMarkerBulletType(java.lang.String newValue)
           
 void setMarkerBulletVisible(java.lang.String newValue)
           
 void setMarkerCaption(java.lang.String newValue)
           
 void setMarkerCaptionStyleClass(java.lang.String newValue)
           
 void setMarkerCaptionVisible(java.lang.String newValue)
           
 void setOpen(java.lang.String newValue)
           
 void setRadius(java.lang.String newValue)
           
 void setShapeType(java.lang.String newValue)
           
 void setStartAngle(java.lang.String newValue)
           
 void setTooltipCaption(java.lang.String newValue)
           
 void setValue(java.lang.String newValue)
           
 
Methods inherited from class com.infragistics.faces.shared.taglib.ModelComponentTag
doEndTag, doStartTag, getModelInstance
 
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
 

Constructor Detail

SeriesTag

public SeriesTag()

Constructor

Method Detail

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: