Applies to: bar

Bar Component

The Bar component may be used to show a series of values in relation to both individual and shared limits.

Properties

Property Name Description
Name Identity of the component
Chart Type
Minimum Minimum value in bound
Maximum Maximum value in bound
Plot Band Color Range for the Background
Show Category Labels Show labels on X axis
Show Values Labels Show labels on Y axis
Inverted Flips axis
Categories Array of categories
Values Array of values for each category
Background Color of the chart background
Color Color of the column
Width Width of the column
Number of Ticks Breaks Y axis into separate zones
Color by point Each column would have new color
Colors Array: Color for each category, color by point needed
Show data labels Show label with current value for each column
Enable 3D Enables 3D effect
Alpha One of the two rotation angles for the chart
Beta One of the two rotation angles for the chart
Depth The total depth of the chart
View Distance Defines the distance the viewer is standing in front of the chart, this setting is important to calculate the perspective effect in column and scatter charts. It is not used for 3D pie charts
Column Depth Depth of the columns in a 3D column chart

Chart Type

Name Description
column A column series
columnrange A column series which can start with non zero value

Actions

Add Line

Adds a line cross axis on the bar to mark a boundary

Name Description
Name Identification of the line
Color Line color
Value Array: Values for each category
Line width Width of the line

Add Point

Adds a image at specific points of the bar

Name Description
Name Identification of the point
Image Symbol
Values Array: Values for each category
Line width Width of the point

Add Rectangle

Adds a rectangle with min and max values

Name Description
Name Identification of the rectangle
Minimum Array: Values for each category
Maximum Array: Values for each category
Width Width of the rectangle
Border Width Border Width of the rectangle
Border Color Border color of the rectangle
Color Color of the rectangle
Z-Index Z-Index placement of element

Delete Rectangle

Deletes a rectangle

Name Description
Name Identification of the rectangle

Delete Line

Deletes a line

Name Description
Name Identification of the line

Delete Point

Deletes a point

Name Description
Name Identification of the point

Output Data

Name Description
lines Array of lines added through the Add Line Action
points Array of points added through the Add Point Action
rects Array of rectangles added through the Add Rectangle Action