Chart - caf_h:chart

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.output.Chart
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.output.Chart
Description Canvas Chart Tool
Palette LocationCAF Html/Control/Chart/Chart
Attributes 
NameRequiredTypeDescription
barPaddingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specify the padding between series for the bar chart
barWidthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specify the width for the bar of a bar chart
colorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specify the Background color value for the chart
gridColorfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specify the Grid Lines Color
gridStylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specify the Grid Style(Not applicable for pie charts)

If not specified, the default value is "Solid-Line".

Valid values are:

  • Solid-Line
  • Dotted-Line
  • Dashed-Line
heightfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Chart height in pixels

If not specified, the default value is "100".

idfalsejava.lang.String Control identifier
legendLocationfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specify the location of the legends.

If not specified, the default value is "Right".

Valid values are:

  • Right
  • Top
  • Bottom
  • Left
legendStyleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specify the CSS style class for the legends

Valid values are:

  • portlet-font
  • portlet-font-dim
  • portlet-msg-status
  • portlet-msg-info
  • portlet-msg-error
  • portlet-msg-alert
  • portlet-msg-success
  • portlet-section-header
  • portlet-section-body
  • portlet-section-alternate
  • portlet-section-selected
  • portlet-section-subheader
  • portlet-section-footer
  • portlet-section-text
  • portlet-form-label
  • portlet-form-input-field
  • portlet-form-button
  • portlet-icon-label
  • portlet-dlg-icon-label
  • portlet-form-field-label
  • portlet-form-field
  • portlet-menu
  • portlet-menu-item
  • portlet-menu-item-selected
  • portlet-menu-item-hover
  • portlet-menu-item-hover-selected
  • portlet-menu-cascade-item
  • portlet-menu-cascade-item-selected
  • portlet-menu-description
  • portlet-menu-caption
  • [any_other_value]
numberofGridLinesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specify the number of Grid lines in the Chart(Not applicable for pie charts)

If not specified, the default value is "12".

Valid values are:

  • 4
  • 6
  • 8
  • 10
  • 12
onclickfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
JavaScript "onclick" event handler
paddingfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specify the padding for the chart

If not specified, the default value is "5".

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

rowColorsfalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Specify the Row Value Colors to be used for display(comma separated String or List of String)
seriesfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
This property is for the bar chart

If not specified, the default value is "row".

Valid values are:

  • row
  • column
showLegendfalsejavax.el.ValueExpression
(must evaluate to boolean)
Show/Hide Legends

If not specified, the default value is "true".

typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Chart Type

If not specified, the default value is "pie".

Valid values are:

  • bar
  • pie
valuetruejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Data model
vartruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of variable reference to the current row object
widthfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Chart width in pixels

If not specified, the default value is "100".

Output generated by Vdldoc View Declaration Language Documentation Generator.