Transaction System API

ChartSharedSettings

Method Summary
  explodeSection(String category, double percent)

Adds "explode" effect to category section. Percent specifies how far from center section will be exploded. This setting has no effect for 3D view.

  set3D(boolean enable)

Enables 3D look of pie chart if set to true

  setBackgroundColor(String color)

Sets background color for charts (e.q. 'blue' or '#FAE5B0')

  setDomainAxisColor(String color)

Sets domain axis color

  setDomainAxisLabel(String label)

Sets domain axis label

  setDomainAxisVisible(boolean visible)

Enables domain axis visibility

  setDrawShapes(boolean shapes)

Enables shapes to be rendered for value points for category based charts. Has no effect for 3D view and XY based charts

  setRangeAxisColor(String color)

Sets range axis color

  setRangeAxisLabel(String label)

Sets range axis label

  setRangeAxisVisible(boolean visible)

Enables domain axis visibility

  setShowLabels(boolean show)

Renders labels for item values if set to true

  setShowLegend(boolean show)

Displays legend for charts if set to true

  setStacked(boolean stacked)

Sets charts to display data in a stacked manner

  setTitle(String title)

Sets title for charts

  setVertical(boolean vertical)

Sets chart vertical orientation. True by default.

Method Detail


explodeSection(String category, double percent)

Adds "explode" effect to category section. Percent specifies how far from center section will be exploded. This setting has no effect for 3D view.

Parameters:

  • String   category
  • double   percent

Since: 11-17-2009

top

set3D(boolean enable)

Enables 3D look of pie chart if set to true

Parameters:

  • boolean   enable

Since: 11-11-2009

top

setBackgroundColor(String color)

Sets background color for charts (e.q. 'blue' or '#FAE5B0')

Parameters:

  • String   color

Since: 11-17-2009

top

setDomainAxisColor(String color)

Sets domain axis color

Parameters:

  • String   color

Since: 11-16-2009

top

setDomainAxisLabel(String label)

Sets domain axis label

Parameters:

  • String   label

Since: 11-13-2009

top

setDomainAxisVisible(boolean visible)

Enables domain axis visibility

Parameters:

  • boolean   visible

Since: 11-16-2009

top

setDrawShapes(boolean shapes)

Enables shapes to be rendered for value points for category based charts. Has no effect for 3D view and XY based charts

Parameters:

  • boolean   shapes

Since: 11-17-2009

top

setRangeAxisColor(String color)

Sets range axis color

Parameters:

  • String   color

Since: 11-16-2009

top

setRangeAxisLabel(String label)

Sets range axis label

Parameters:

  • String   label

Since: 11-13-2009

top

setRangeAxisVisible(boolean visible)

Enables domain axis visibility

Parameters:

  • boolean   visible

Since: 11-16-2009

top

setShowLabels(boolean show)

Renders labels for item values if set to true

Parameters:

  • boolean   show

Since: 11-17-2009

top

setShowLegend(boolean show)

Displays legend for charts if set to true

Parameters:

  • boolean   show

Since: 11-17-2009

top

setStacked(boolean stacked)

Sets charts to display data in a stacked manner

Parameters:

  • boolean   stacked

Since: 11-17-2009

top

setTitle(String title)

Sets title for charts

Parameters:

  • String   title

Since: 11-17-2009

top

setVertical(boolean vertical)

Sets chart vertical orientation. True by default.

Parameters:

  • boolean   vertical

Since: 11-13-2009

top
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. API Date: May 01, 2024 05:15 AM