Chart Element Parameters

Read(2128) Label: chart element parameter,

Here are parameters for plotting various chart elements.

MapAxis

name

Name of mapping table

 

logicalData

The sequence composed of logical coordinate values of a logical axis.

 

physicalData

The mapping values corresponding to the logicalData, which are in a one-to-one relation to the logicalData. They are usually in the form of a sequence composed of the appearance property values.

NumericAxis

name

Numeric axis name.

 

visible

Show or hide axis

 

location

The position where a numeric axis will be plotted. You can set the axis as vertical axis, horizontal axis, polar axis, or radial axis.

 

is3D

Whether the axis is 3-dimensional or not. If the 3D property is adopted for at least one coordinate axis in the coordinate system on canvas, then the other coordinate axes in the current coordinate system will take on the 3D effect accordingly in chart plotting.

 

threeDThickRatio

The thickness ratio of 3D axes in a 3D chart. This parameter determines the 3D Thickness, which refers to the length of edges pointing towards the observer. The threeDThickRatio takes effect on condition that there is no enum axis in the coordinate system on canvas, and the axis 1 is the numeric axis. The default maximum 3D depth is 60 pixels.

To compute the overall 3D thickness based on the 3D thickness ratio of axis 1, use 3D Thickness Ratio * Canvas Height. If the ratio is greater than 1, then it represents the absolute pixel value. In addition, the chart will be auto-plotted with 60 pixels if the 3D thickness is greater than 60.

 

autoCalcValueRange

Whether or not the value range of the coordinate axis will be computed automatically according to the coordinates of a point. If set as true, it will set automatically the value range of numeric axis for the computation according to the coordinates of the coordinate axis.

 

maxValue

Maximum on the customized numeric axis. To get this, the autoCalcValueRange must be set to false, and thus the system will not compute the axis range automatically.

 

minValue

Minimum on the customized numeric axis. To get this, the autoCalcValueRange must be set to false, and thus the system will not compute the axis range automatically.

 

scaleNum

The number of scales displayed on the customized numeric axis. The autoCalcValueRange must be set to false, and thus the system will not compute axis range automatically.

 

format

The display format of the scale and label values manually, for example, 0.00, and $0.0.

 

transform

The transformation types of scales on the numeric axis. Options include not-to-transform, scale, logarithm, and index.

 

scale

It customizes the zooming scales for numeric axis when the transformation type is scale. The default value is 1.0.

 

logBase

It customizes the logarithmic base of the scale values on the numeric axis if the transformation type is logarithm. The default value is 10.

 

powerExpoment

It customizes the power exponent if the transformation type is the index. The default value is 2.718.

 

warnLineStyle

Styles of a warning line, including dotted line, solid line and none, etc.

 

warnLineweight

The thickness of a warning line, whose value is an integer and which is measured by pixels. Being zero means hiding the warning line.

 

warnLineColor

The color of a warning line.

 

warnLineData

The value for specifying a warning line. It is numeric.

 

unitFont

The font of unit text displayed for the value type after setting the type of transformation.

 

unitStyle

The styles of unit text. The options include the bold, italic, underline, and vertical text. The vertical text setting will override the underlines if setting them both.

 

unitSize

Size displayed for unit text

 

unitAngle

Rotation angle of unit text

 

unitColor

Color of unit text

 

xStart

The position of starting coordinate point on X-axis on the canvas when the numeric axis is a horizontal axis.

 

If the specified value is not greater than 1 and not less than 0, it indicates the percentage the chart will take up the width/length of the canvas. If the specified value is greater than 1 or less than 0, then it represents the pixel values. The chart will expand across the border if the pixels are greater than the width/length of canvas.

 

The origin point is in the top left corner if the specified value is not less than 0; Otherwise, it will be located in the bottom right corner if the specified value is less than 0.

 

xEnd

The position of ending coordinate point on X-axis on the canvas when the numeric axis is a horizontal axis. Please refer to the xStart property description for the property value setting.

 

xPosition

The position of Y-axis coordinates on the canvas when the numeric axis is a horizontal axis. Please refer to the xStart property description for the property value setting.

 

yStart

The position of starting coordinate point on Y-axis on the canvas when the numeric axis is a vertical axis. The numeric values increase from top to bottom. Please refer to the xStart property description for the property value setting.

 

yEnd

The position of ending coordinate point on Y-axis on the canvas when the numeric axis is a vertical axis. Please refer to the xStart property description for the property value setting.

 

yPosition

The position of X-axis coordinates on the canvas when the numeric axis is a vertical axis. Please refer to the description on the value forms of the xStart property for the property value setting.

 

polarX

The position of starting coordinate point on X-axis on the canvas when the numeric axis is a polar axis. Please refer to the description on the value forms of the xStart property for the property value setting.

 

polarY

The position of starting coordinate point on Y-axis on the canvas when the numeric axis is a polar axis. Please refer to the description on the value forms of the xStart property for the property value setting.

 

polarLength

The polar axis length.

 

startAngle

The start angle when the numeric axis is a radial axis. In plotting the pie chart, the sectors can be customized with the startAngle and endAngle properties.

 

endAngle

The end angle of a radial axis.

 

axisColor

The axis line color of a numeric axis.

 

axisLineStyle

The style of axis line. Options include the dotted line, solid line, and none.

 

axisLineWeight

The line weight of numeric axis.

 

axisArrow

The arrow style of numeric axis.

 

title

The title name of numeric axis.

 

titleFont

The font of title of numeric axis.

 

titleStyle

The title style of numeric axis. Please refer to unitStyle.

 

titleSize

The title font size of numeric axis.

 

titleIndent

The blank space left by indenting the title of numeric axis.

 

titleColor

The title color of numeric axis.

 

titleAngle

The rotation angle of the title of numeric axis.

 

allowLabels

Whether the labels will be displayed or not.

 

labelFont

The font of label values.

 

labelStyle

The label value style. Please refer to the unitStyle of NumericAxis.

 

labelSize

The font size of label values.

 

labelIndent

The blank space between the label values and the axis.

 

labelColor

The font color of label values.

 

labelStep

The display style of labels. The labelStep=0 indicates that all labels will be displayed, and labelStep=2 indicates a label value will be displayed every other 2 labels.

 

labelAngle

The rotation angle of label values

 

labelOverlapping

The overlapping of labels. If checked, labels are allowed to be overlapped; Otherwise, the overlapping labels are not allowed, and they, if any, will be overridden and hidden.

 

scalePosition 

Positions of tick marks, which can be displayed on the right or top, on the left or bottom, or across axis, or no tick marks appear. Once they are positioned, their values will change accordingly.

 

scaleStyle

The style of tick marks, including the dotted line, the solid line, and so on.

 

scaleWeight

The weight of tick marks.

 

scaleLength

The length of tick marks.

 

displayStep

The display style of tick marks. If displayStep=0, then every tick mark will be displayed, and displayStep=2 indicates it becomes visible every other two.

 

allowRegions

Whether the background region will be displayed or not.

 

regionLineStyle

The styles of lines in the background region.

 

regionLineColor

Color of lines in the background region

 

regionLineWeight

The weight of lines in the background region

 

regionColors

Color of the background region

 

regionTransparent

Degree of transparency of the background region. The value range for it is [0,1], in which the 0 represents the 100% transparency (i.e. totally transparent), and the 1 represents full opaqueness. The values higher than 1 give the same total opaque effect as 1, and the values less than 0 represent the total transparency as well.

 

isPolygonalRegion

Whether it is a polygon background or not. This property is only valid in the polar coordinate system, and is fit for radar chart and other no-fill charts. There is no such polygonal effect with pie chart and other charts with fill colors. On the radar chart, the shape of background region will change along with the number of categories.

TimeAxis

name

Time axis name.

 

autoCalcValueRange

Whether or not the value range of coordinate’s axis will be computed automatically according to the coordinates of a point. If the autoCalcValueRange is set as true, then the value range of time axis will be set automatically according to the coordinates of the axis.

 

keepTrack

Keep track of the motion trail of data points when a video is streaming.

 

beginTime

The beginning time, which is a number or a date string.

 

endTime

The ending time, which is a number or a date string.

 

 

displayMark

Display time stamp as a video is streaming when it is set as true.

 

textFont

Font used in a time stamp.

 

textSize

The size of a time stamp.

 

textColor

The color of a time stamp.

 

backColor

The background color of a time stamp.

 

format

The format of a time stamp, such as YYYY-MM-dd HH:mm:ss.

 

markX

The position of a time stamp on X axis.

 

markY

The position of a time stamp on Y axis.

EnumAxis

name

Enum axis name.

 

visible

Show or hide axis.

 

location

The position where an enum axis will be plotted. You can set the axis as vertical axis, horizontal axis, polar axis, or radial axis.

 

is3D

Whether the axis is 3-dimensional or not. If the 3D property is adopted for at least one coordinate axis in the coordinate system on canvas, then the other coordinate axes in the current coordinate system will take on the 3D effect accordingly in chart plotting.

 

threeDThickRatio

The thickness ratio of 3D axes in a 3D chart. This parameter determines the 3D Thickness, which refers to the length of edges pointing towards the observer. The default maximum 3D thickness is 60 pixels.

To compute the overall 3D thickness based on the 3D thickness ratio of the enum axis, use 3D Thickness Ratio * Enum Axis Series Width. The axes will be auto-plotted with 60 pixels if the 3D thickness is greater than 60.

 

categories

The categories. If not specified, then select from the crossover sequence of the series and categories. For example, from the crossover sequence =["Tom, Maths","Tom, English","Tom, French","Mary, Maths","Mary,English","Mary,French"], the ["Tom","Mary"] is auto-retrieved as the category values.

 

series

The series. If not specified, then select from the crossover sequence of the series and categories. For example, from the crossover sequence =["Tom, Maths","Tom, English","Tom, French","Mary, Maths","Mary,English","Mary,French"], the ["Maths","English","French"] is auto-retrieved as the series values.

 

gapRatio

The ratio of width of graph of each series on the category axis to the category gap, starting gap, or ending gap. By default, this value is 1.5, indicating the gap width is 1.5 times of the basic width of graph of a series.

 

xStart

The position of starting coordinate point on X-axis on the canvas when the enum axis is a horizontal axis.

 

If the specified value is not greater than 1 and not less than 0, it indicates the percentage the chart will take up the width/length of the canvas. If the specified value is greater than 1 or less than 0, then it represents the pixel values. The chart will expand across the border if the pixels are greater than the width/length of canvas.

 

The origin point is in the top left corner if the specified value is not less than 0; Otherwise, it will be located in the bottom right corner if the specified value is less than 0.

 

xEnd

The position of ending coordinate point on X-axis on the canvas when the enum axis is a horizontal axis. Please refer to the xStart property description for the property value setting. 

 

xPosition

The position of Y-axis coordinates on the canvas when the enum axis is the horizontal axis. Please refer to the description on the xStart property for the property value settings.

 

yStart

The position of starting coordinate point on Y-axis on the canvas when the enum axis is a vertical axis. The numeric values increase from top to bottom. Please refer to the description on the xStart property for the property value setting.

 

yEnd

The position of ending coordinate point on Y-axis on the canvas when the enum axis is a vertical axis. Please refer to the description on the xStart property for the property value setting.

 

yPosition

The position of X-axis coordinates on the canvas when the enum axis is a vertical axis. Please refer to the description on the xStart property for the property value setting.

 

polarX

The position of starting coordinate point on X-axis on the canvas when the enum axis is a polar axis. Please refer to the description on the xStart property for the property value setting.

 

polarY

The position of starting coordinate point on Y-axis on the canvas when the enum axis is a polar axis. Please refer to the description on the xStart property for the property value setting.

 

polarLength

The polar axis length.

 

 

startAngle

The start angle when the enum axis is a radial axis. In plotting the pie chart, the sectors can be customized with the startAngle and endAngle properties.

 

 

endAngle

The end angle of a radial axis.

 

axisColor

The axis line color of an enum axis.

 

axisLineStyle

The style of axis line. Options include the dotted line, solid line, and none.

 

axisLineWeight

The line weight of the enum axis.

 

axisArrow

The arrow style of the enum axis.

 

title

The title name of the enum axis.

 

titleFont

The title font of the enum axis.

 

titleStyle

The title style of the enum axis. Please refer to the description on unitStyle of numeric axis.

 

titleSize

The title font size of the enum axis.

 

titleIndent

The blank space left by indenting the title of enum axis.

 

titleColor

The title color of the enum axis.

 

titleAngle

The rotation angle of the title of the enum axis.

 

allowLabels

Indicates if the labels will be displayed.

 

labelFont

The font of label values.

 

labelStyle

The label value style. Please refer to the unitStyle of NumericAxis.

 

labelSize

The font size of label values.

 

labelIndent

The blank space between the label values and the axis.

 

labelColor

The font color of label values.

 

labelStep

The display style of labels. The labelStep=0 indicates that all labels will be displayed, and labelStep=2 indicates a label value will be displayed every other 2 labels.

 

labelAngle

The rotation angle of label value

 

labelOverlapping

The overlapping of labels. If checked,labels are allowed to be overlapped; Otherwise, the overlapping labels are not allowed, and they, if any, will be overridden and hidden.

 

scalePosition

Positions of tick mark, which can be displayed on the right or top, on the left or bottom, or across axis, or no tick marks appear. Once they are positioned, their values will change accordingly.

 

scaleStyle

The style of tick marks, including the dotted line and the solid line, and so on.

 

scaleWeight

The weight of tick marks.

 

scaleLength

The length of tick marks.

 

displayStep

The display style of tick marks. If displayStep=0, then every tick mark will be displayed, and displayStep=2 indicates it becomes visible every other two.

 

allowRegions

Whether the background region will be displayed or not.

 

regionLineStyle

The style of lines in the background region.

 

regionLineColor

Color of lines in the background region

 

regionLineWeight

The weight of lines in the background region

 

regionColors

Color of the background region

 

regionTransparent

Degree of transparency of the background region. The value range for it is [0,1], in which the 0 represents the 100% transparency (i.e. totally transparent), and the 1 represents opaqueness. The values higher than 1 give the same totally opaque effect as 1, and the values less than 0 represent the total transparency as well.

 

isPolygonalRegion

Whether it is a polygon background or not. This property is only valid in the polar coordinate system, and is fit for radar chart and other no-fill charts. There is no such polygonal effect with pie chart and other charts with fill colors. On the radar chart, the shape of background region will change along with the number of categories.

DateAxis

name

Date axis name

 

visible

Show or hide axis

 

location

The position where a date axis will be plotted. You can set the axis as vertical axis, horizontal axis, polar axis, or radial axis.

 

is3D

Whether the axis is 3-dimensional or not. If the 3D property is adopted for at least one coordinate axis in the coordinate system on canvas, then the other coordinate axes in the current coordinate system will take on the 3D effects accordingly in chart plotting.

 

threeDThickRatio

The thickness ratio of 3D axes in a 3D chart. This parameter determines the 3D Thickness, which refers to the length of edges towards the observer. The threeDThickRatio takes effect on condition that there is no enum axis in the canvas coordinate system, and the axis 1 is the date axis. The default maximum 3D thickness is 60 pixels.

 

To compute the overall 3D thickness based on the 3D thickness radio of axis 1, use 3D Thickness Ratio * Canvas Height. If the ratio is greater than 1, then it represents the absolute pixel value. In addition, the chart will be auto-plotted with 60 pixels if the 3D thickness is greater than 60.

autoCalcValueRange

 

Whether or not the value range of coordinate’s axis will be computed automatically according to the coordinates of a point. If the autoCalcValueRange is set as true, then the value range of date axis will be set automatically according to the coordinates of the axis.

 

 

endDate

End date on date axis

 

beginDate

Start date on date axis

 

scaleUnit

The unit scales on date axis, including year, month, day, hour, minute, second, and millisecond.

 

format

The display format of scale values on the date axis, for example, yyyy/MM/dd, and yy-MM-dd.

 

xStart

The position of starting coordinate point on X-axis on the canvas when the date axis is a horizontal axis.

 

If the specified value is not greater than 1 and not less than 0, it indicates the percentage the chart will take up the width/length across the canvas. If the specified value is greater than 1 or less than 0, then it represents the pixel values. The chart will expand across the border if the pixels are greater than the width/length of canvas.

 

The origin point is in the top left corner if the specified value is not less than 0; Otherwise, it will be located in the bottom right corner if the specified value is less than 0.

 

xEnd

The position of ending coordinate point on X-axis on the canvas when the date axis is a horizontal axis. Please refer to the description on the xStart property for the property value setting.

 

xPosition

The position of Y-axis coordinates on the canvas when the date axis is a horizontal axis. Please refer to the description on the xStart property for the property value setting.

 

yStart

The position of starting coordinate point on Y-axis on the canvas when the date axis is a vertical axis. The numeric values increase from top to bottom. Please refer to the description on the xStart property for the property value setting.

 

yEnd

The position of ending coordinate point on Y-axis on the canvas when the date axis is a vertical axis. Please refer to the description on the xStart property for the property value setting.

 

yPosition

The position of X-axis coordinates on the canvas when the date axis is a vertical axis. Please refer to the description on the xStart property for the property value setting.

 

polarX

The position of starting coordinate point on X-axis on the canvas when the date axis is a polar axis. Please refer to the description on the xStart property for the property value setting.

 

polarY

The position of starting coordinate point on Y-axis on the canvas when the date axis is a polar axis. Please refer to the description on the xStart property for the property value setting.

 

polarLength

The length of polar axis.

 

startAngle

The start angle of the date axis when it is a radial axis. When plotting the pie chart, you can use startAngle and endAngle to customize the sectors.

 

endAngle

The end angle of the date axis when it is a radial axis.

 

axisColor

The axis line color of a date axis.

 

axisLineStyle

The style of axis line. Options include the dotted line, solid line, and none.

 

axisLineWeight

The axis line weight of date axis.

 

axisArrow

The arrow style of date axis.

 

title

The title name of date axis.

 

titleFont

The title font style of date axis.

 

titleStyle

The title style of date axis. Please refer to the description on unitStyle of numeric axis.

 

titleSize

The title font size of date axis.

 

titleIndent

The blank space left by indenting the title of date axis.

 

titleColor

The color of title of date axis.

 

titleAngle

The rotation angle of the title of date axis.

 

allowLabels

Whether the labels will be displayed or not.

 

labelFont

The font of label values.

 

labelStyle

The label value style. Please refer to the unitStyle of numeric axis.

 

labelSize

The font size of label values.

 

labelIndent

The blank space between the label values and the axis.

 

labelColor

The font color of label values.

 

labelStep

The number of display intervals of labels and the value is not less than 0. The labelStep=0 indicates that all labels will be displayed, and labelStep=2 indicates a label value will be displayed every other 2 labels.

 

labelAngle

The rotation angle of label values

 

labelOverlapping

The overlapping of labels. If checked, labels are allowed to be overlapped; Otherwise, the overlapping labels are not allowed, and they, if any, will be overridden and hidden.

 

scalePosition

Positions of tick marks, which can be displayed on the right or top, on the left or bottom, or across axis, or no tick marks appear. Once they are positioned, their values will change accordingly.

 

scaleStyle

The style of tick marks, including the dotted line, the solid line, and so on.

 

scaleWeight

The weight of tick marks.

 

scaleLength

The length of tick marks.

 

displayStep

The number of display intervals of scales and the value is not less than 0. The displayStep=0 indicates that all tick marks will be displayed, and displayStep=2 indicates a tick value will be displayed every other 2 ticks.

 

allowRegions

Whether the background region will be displayed or not.

 

regionLineStyle

The style of lines in the background region.

 

regionLineColor

Color of lines in the background region

 

regionLineWeight

The weight of lines in the background region

 

regionColors

Color of the background region

 

regionTransparent

Degree of transparency of the background region. The value range for it is [0,1], in which the 0 represents the 100% transparency (i.e. totally transparent), and the 1 represents full opaqueness. The values higher than 1 give the same total opaque effect as 1, and the values less than 0 represent the total transparency.

 

isPolygonalRegion

Whether it is a polygon background or not. This property is only valid in the polar coordinate system, and is fit for radar chart and other no-fill charts. There is no such polygonal effect with pie chart and other charts with fill colors. On the radar map, the shape of background region will change along with the number of categories.

Line

endToHead

Whether it is an end-to-end closed polyline or not. To be one, check the closedArea property.

 

closedArea

Whether it is a closed area or not. When its value is true, a closed area will be formed by the polyline and the x-axis. But by checking endToHead property, the closed area will be formed by linking the start and end points of the polyline.

 

areaColor

The fill color of the closed area. The color can be pure or gradient.

 

stackType

Types of stacking include no stack, stacked by percent and stacked by value. Data series of the same category will be plotted by stacking in sequence.

 

radiateLine

Radiate lines or not. If set as true, radiate lines will be plotted by connecting the original point to each of other points.

 

stairLine

Stair lines or not. If set as true, start from the original point to connect to the next point with stair-like lines. Thus the final chart will be a stair line.

 

transparent

The degree of transparency for polyline. The value range for it is [0,1], in which the 0 represents the 100% transparency (i.e. totally transparent), and the 1 represents full opaqueness. The values higher than 1 give the same total opaque effect as 1, and the values less than 0 represent the total transparency as well.

 

textOverlapping

Whether the text overlapping is allowed or not. If it is checked, the text can be displayed with overlaps. Otherwise, the overlapping text will be overridden and hidden.

 

shadow

The shadow effect for line chart element

 

visible

Whether the line chart element is visible or not.

 

htmlLink

Hyperlinks to polylines.

 

tipTitle

Hyperlink tips to polylines.

 

linkTarget

The hyperlink destination. You can use_blank, _self, _parent and _top to open a hyperlink.

 

markerStyle

The shape of markers on a polyline.

 

lineStyle

Style of outline of the closed area formed with a polyline.

 

lineWeight

Thickness of the outline.

 

lineColor

Color of the outline.

 

markerColor

Fill color of the markers on a polyline.

 

markerWeight

Sizes of the markers which are measured by pixels.

 

radius1

Marker radius relative to axis1 and measured by percent of the axis. It determines the shape of markers along with radius2.

 

radius2

Marker radius relative to axis2 and measured by percent of the axis. It determines the shape of markers along with radius1.

 

text

Label text of markers on a polyline.

 

textFont

Label font.

 

textStyle

The label text font style. Please refer to textStyle of column chart/histogram.

 

textSize

Label text size

 

textColor

Label text color

 

axis1

The name of axis 1, which corresponds to numeric axis, enum axis, or date axis.

 

data1/x

A sequence composed of the logical coordinate values on axis 1. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values. When both axis1 and axis are absent, its value is the abscissa X of the canvas pixels.

 

axis2

The name of axis 2, which correspond to numeric axis, enum axis, or date axis.

 

data2/y

The sequence composed of the logical coordinate values on axis 2. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values. When both axis1 and axis are absent, its value is the ordinate Y of the canvas pixels; in this case the canvas’ origin is located in the top left corner.

Dot

transparent

The degree of transparency for a dot chart. The value range for it is [0,1], in which 0 represents the 100% transparency (i.e. totally transparent), and 1 represents full opaqueness. Values higher than 1 give the same total opaque effect as 1, and values less than 0 represent the total transparency.

 

textOverlapping

Whether the label text overlapping is allowed or not. If it is checked, the text can be displayed with overlaps. Otherwise, the overlapping text will be overridden and hidden.

 

shadow

Whether the dot element will take on the shadow effect or not.

 

visible

Whether the dot element is visible or not

 

htmlLink

Hyperlinks to dots.

 

tipTitle

Hyperlink tips to dots.

 

linkTarget

The hyperlink destination. You can use_blank, _self, _parent and _top to open a hyperlink.

 

markerStyle

The style of data markers in a scatter chart.

 

lineStyle

The style of dot element outline.

 

lineWeight

The weight of dot element outline.

 

lineColor

The color of dot element outline.

 

markerColor

The color of dots.

 

markerWeight

Sizes of the dots which are measured by pixels.

 

radius1

Marker radius relative to axis1 and measured by percent of the axis. It determines the shape of markers along with radius2.

 

radius2

Marker radius relative to axis2 and measured by percent of the axis. It determines the shape of markers along with radius1.

 

text

The label text of dot element.

 

textFont

The label text font.

 

textStyle

The label text font style. Please refer to textStyle of column chart/histogram.

 

textSize

Label text size

 

textColor

Label text color

 

axis1

The name of axis 1, which corresponds to numeric axis, enum axis, or date axis.

 

data1/x

A sequence composed of the logical coordinate values on axis 1. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values. When both axis1 and axis are absent, its value is the abscissa X of the canvas pixels.

 

axis2

The name of axis 2, which corresponds to numeric axis, enum axis, or date axis.

 

data2/y

A sequence composed of the logical coordinate values on axis 2. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values. When both axis1 and axis are absent, its value is the ordinate Y of the canvas pixels; in this case the canvas’ origin is located in the top left corner.

Column

shadow

Whether the chart element will take on the shadow effect or not.

 

convexEdge

Whether a protruding border will be plotted or not. It is valid only for the 2D/3D columns.

 

data3

The initial height of a column/histogram chart. The default value is 0. When setting the property, use a sequence whose length is equivalent with the longest sequence used by other peroperty. For instance, if there are 4 columns in a column chart, the value of data3 should be a sequence whose length is 4.

 

stackType

Types of stacking include no stack, stacked by percent and stacked by value. Data series of the same category will be plotted to be stacked in sequence.

 

textOverlapping

Whether the label text overlapping is allowed or not. If it is checked, the text can be displayed with overlaps. Otherwise, the overlapping text will be overridden and hidden.

 

transparent

The degree of transparency for column chart/histogram. The value range for it is [0,1], in which 0 represents the 100% transparency (i.e. totally transparent), and 1 represents full opaqueness. Values higher than 1 give the same total opaque effect as 1, and values less than 0 represent the total transparency.

 

visible

Indicates if the column chart/histogram is visible

 

htmlLink

Hyperlinks to columns in a column chart/histogram.

 

tipTitle

Hyperlink tips to columns.

 

linkTarget

The hyperlink destination. You can use_blank, _self, _parent and _top to open a hyperlink.

 

columnWidth

The width of column. The decimal values represent percentages, and values greater than 1 represent pixels. If measured by pixels, then the column width will remain unchanged when reaching the maximum pixel, and there is no interval between columns at this point. The column width is co-determined by the axis length, number of categories, and number of series.

 

columnShape

Column type, which can be the square column, 3D square column, and round column.

 

borderStyle

Column outline style.

 

borderWeight

Column outline weight.

 

borderColor

Column outline color.

 

fillColor

Fill color of a column.

 

horizontalAlign

The alignment of text in horizontal direction.

 

verticalAlign

The alignment of text in vertical direction.

 

text

Label text of column.

 

textFont

The label text font.

 

textStyle

Label text styles, including bold, italic, underline, and vertical text.

 

textSize

Label text font size.

 

textColor

The color of text.

 

axis1

The name of axis 1, which corresponds to numeric axis, enum axis, or date axis.

 

data1/x

A sequence composed of the logical coordinate values on axis 1. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values. When both axis1 and axis are absent, its value is the abscissa X of the canvas pixels.

 

axis2

The name of axis 2, which corresponds to numeric axis, enum axis, or date axis.

 

data2/y

A sequence composed of the logical coordinate values on axis 2. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values. When both axis1 and axis are absent, its value is the ordinate Y of the canvas pixels; in this case the canvas’ origin is located in the top left corner.

 

Sector

stackType

Types of stacking include no stack, stacked by percent and stacked by value. Data series of the same category will be plotted to be stacked in sequence. Pie/doughnut chart is stacked chart with one of the stacked type.

 

textOverlapping

Indicates if the label text overlapping is allowed. If it is checked, the text can be displayed with overlaps. Otherwise, the overlapping text will be overridden and hidden.

 

transparent

The degree of transparency for pie/doughnut chart. The value range for it is [0,1], in which 0 represents the 100% transparency (i.e. totally transparent), and 1 represents full opaqueness. Values higher than 1 give the same total opaque effect as 1, and values less than 0 represent the total transparency.

 

visible

Whether the sector/ring is visible or not.

 

htmlLink

Hyperlinks to sectors/rings in a pie/doughnut chart.

 

tipTitle

Hyperlink tips to sectors/rings.

 

linkTarget

The hyperlink destination. You can use_blank, _self, _parent and _top to open a hyperlink.

 

textLineStyle

Style of guide lines presenting label text.

 

textLineWeight

Thickness of guide lines presenting label text.

 

textLineColor

Color of guide lines presenting label text.

 

borderStyle

Type of outlines.

 

borderWeight

Weight of outlines.

 

borderColor

Color of outlines.

 

fillColor

Fill color of a sector/ring.

 

text

The label text for a sector/ring.

 

textFont

The label text font.

 

textStyle

The label text style. Please refer to textStyle of column charts/ histogram.

 

textSize

Label text size.

 

textColor

Label text color.

 

axis1

The name of axis 1, which corresponds to numeric axis, enum axis, or date axis.

 

data1

A sequence composed of the logical coordinate values on axis 1. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values.

 

axis2

The name of axis 2, which corresponds to numeric axis, enum axis, or date axis.

 

data2

A sequence composed of the logical coordinate values on axis 2. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values.

GraphColumn

columnType

Column types include basic column, 3D column, 3D clustered columns, stacked columns, 3D stacked columns, as well as basic bar, 3D clustered bars, stacked bars and 3D stacked bars.

 

barDistance

The space between columns/bars in a column/bar chart.

 

columnBorderColor

The color of column/bar outline.

 

categories

Specifies the categories of data. If not specified, then select from the crossover sequence of the series and categories. For example, from the crossover sequence =["Tom, Maths","Tom, English","Tom, French","Mary, Maths","Mary,English","Mary,French"], the ["Tom","Mary"] is auto-retrieved as the category values.

 

values

Plotting data of a specified type of graph, referred to as data of multiple series in each category.

 

xTitle

Text of X-axis, or the horizontal axis, title, which is generally displayed below the axis.

 

xTitleFont

X-axis title text font.

 

xTitleBold

Whether the X-axis title text is bold or not.

 

xTitleVertical

Whether the X-axis title text is vertical or not.

 

xTitleSize

X-axis title text font size.

 

xTitleColor

X-axis title text color.

 

xTitleAngle

Angle of rotation of X-axis title text.

 

yTitle

Text of Y-axis, or the verticle axis, title, which is generally displayed on the left side of the axis.

 

yTitleFont

Y-axis title text font.

 

yTitleBold

Whether the Y-axis title text is bold or not.

 

yTitleVertical

Whether the Y-axis title text is vertical or not.

 

yTitleSize

Y-axis title text font size.

 

yTitleColor

Y-axis title text color.

 

yTitleAngle

Angle of rotation of Y-axis title text.

 

xLabelFont

X-axis label text font.

 

xLabelBold

Indicates if the X-axis label text is bold.

 

xLabelVertical

Whether the X-axis label text is vertical or not.

 

xLabelSize

X-axis label text font size.

 

xLabelColor

X-axis label text color.

 

xLabelAngle

Angle of rotation of X-axis labels.

 

xLabelInterval

The interval between labels on X-axis. If xLabelInterval=0, display every label; if xLabelInterval=2, display a label every other 2 label positions.

 

yLabelFont

Y-axis label text font.

 

yLabelBold

Whether the Y-axis label text is bold or not.

 

yLabelVertical

Whether the Y-axis label text is vertical or not.

 

yLabelSize

Y-axis label text font size.

 

yLabelColor

Y-axis label text color.

 

yLabelAngle

Angle of rotation of Y-axis labels.

 

yLabelInterval

The interval between labels on Y-axis. If yLabelInterval=1, display every label by adding 1 to every label value; if yLabelInterval=2, display every label by adding 2 to every label value.

 

yStartValue

The starting value of statistical values of Y-axis labels.

 

yEndValue

The ending value of statistical values of Y-axis labels.

 

yMinMarks

The minimum number of labels on Y-axis.

 

gridLineType

Styles of grid lines.

 

gridLineColor

Color of grid lines.

 

warnLineData

Warning value specified for plotting a warn line, which is numeric data.

 

warnLineStyle

Line styles of the warning line, which include dotted line, solid line and none.

 

warnLineWeight

Warning line weight, whose value is an integer and measured in pixels. Being 0 means hiding the warning line.

 

warnLineColor

Color of the warning line.

 

axisTopColor

The color of upper half the axis.

 

axisBottomColor

The color of lower half the axis.

 

axisLeftColor

The color of left half the axis.

 

axisRightColor

The color of right half the axis.

 

graphBackColor

Background color of the chart area, i.e. the coordinate plane.

 

canvasColor

Background color of the canvas.

 

legendBorderColor

Color of legend border.

 

borderStyle

Style of canvas outline.

 

borderWidth

Canvas outline weight.

 

borderColor

Canvas outline color.

 

borderShadow

Display shadow effect for the canvas or not.

 

graphTitle

The text title of the column chart, which is generally displayed above the graphs.

 

graphTitleFont

Font for the chart title.

 

graphTitleBold

Whether the chart title uses the bold or not.

 

graphTitleVertical

Whether the chart title uses vertical text or not.

 

graphTitleSize

Font size for the chart title.

 

graphTitleColor

Color for the chart title.

 

graphTitleAngle

Angle of rotation of chart title.

 

graphTitleMargin

The space left for the chart title, or distance between the top edge of the graph and the top of the canvas. The value is an integer and is measured in pixels.

 

displayData

Types of displaying data, including not to display, and display by percent or by values.

 

displayDataFormat

Format for displaying user-defined data labels.

 

dataFont

Font for data labels.

 

dataBold

Whether data labels use the bold or not.

 

dataVertical

Whether data labels use the vertical text or not.

 

dataSize

Font size for data labels.

 

dataColor

Data label color.

 

dataAngle

Angle of rotation of data labels.

 

legendLocation

Position of the legend in a chart. Position options include not display, as well as display at the top, in the bottom, on the left and on the right.

 

drawLegendBySery

Whether the legend according to series data or not. Generally, legends are plotted based on data series, but if there is only one series, checking this property means plotting legend using series data and not checking means using category data to plot it.

 

legendFont

Font of legend text.

 

legendBold

Whether the legend text is bold or not.

 

legendVertical

Whether the legend text is vertical or not.

 

legendSize

Font size of legend text.

 

legendColor

Legend text color.

 

legendAngle

Angle of rotation of the legend text.

 

graphTransparent

Whether display graphs in transparency or not. This property is used with 3D graphs.

 

gradientColor

Whether use gradient color or not for graphs.

 

showOverlapText

Whether display overlapping neighboring values, labels or legend text or not. If checked, display those just mentioned; otherwise, they are overridden and hidden.

 

topData

Use data with top values to plot a chart. If there are many categories of data, use top rows of data with greatest values to plot the chart, so that graphs in the resulting chart will not be too dense to reduce the readability.

 

In this case, to maintain data integrity, the system will combine the rest of the categories of data into a whole and display them as an individual “Others” category.

GraphLine

lineType

Line types include polyline chart, 3D polyline chart, curve chart and radar chart.

 

categories

The categories of data. If not specified, then select from the crossover sequence of the series and categories. For example, from the crossover sequence =["Tom, Maths","Tom, English","Tom, French","Mary, Maths","Mary,English","Mary,French"], the ["Tom","Mary"] is auto-retrieved as the category values.

 

values

Plotting data of a specified type of graph, referred to as data of multiple series in each category.

 

drawLineDot

It plots data points, which are dots for marking positions of data. If checked, plot a dot corresponding to the label of each data category.

 

drawLineTrend

Whether draw a trend line or not by marking the change of data positions in a polyline

 

drawShade

Whether display shading effects for a chart or not

 

ignoreNull

It determines whether to plot records whose values are nulls or not.

 

lineThick

The thickness of a polyline and a trend line.

 

lineStyle

Styles of the polyline and trend line, including dotted line, solid line, none, and etc.

 

xTitle

Text of X-axis, or the horizontal axis, title, which is generally displayed below the axis.

 

xTitleFont

X-axis title text font.

 

xTitleBold

Whether the X-axis title text is bold or not.

 

xTitleVertical

Whether the X-axis title text is vertical or not.

 

xTitleSize

X-axis title text font size.

 

xTitleColor

X-axis title text color.

 

xTitleAngle

Angle of rotation of X-axis title text.

 

yTitle

Text of Y-axis, or the verticle axis, title, which is generally displayed on the left side of the axis.

 

yTitleFont

Y-axis title text font.

 

yTitleBold

Whether the Y-axis title text is bold or not.

 

yTitleVertical

Whether the Y-axis title text is vertical or not.

 

yTitleSize

Y-axis title text font size.

 

yTitleColor

Y-axis title text color.

 

yTitleAngle

Angle of rotation of Y-axis title text.

 

xLabelFont

X-axis label text font.

 

xLabelBold

Whether the X-axis label text is bold or not.

 

xLabelVertical

Whether the X-axis label text is vertical or not.

 

xLabelSize

X-axis label text font size.

 

xLabelColor

X-axis label text color.

 

xLabelAngle

Angle of rotation of X-axis labels.

 

xLabelInterval

The interval between labels on X-axis. If xLabelInterval=0, display every label; if xLabelInterval=2, display a label every other 2 label positions.

 

 

yLabelFonti

Y-axis label text font.

 

yLabelBold

Whether the Y-axis label text is bold or not.

 

yLabelVertical

Whether the Y-axis label text is vertical or not.

 

yLabelSize

Y-axis label text font size.

 

yLabelColor

Y-axis label text color.

 

yLabelAngle

Angle of rotation of Y-axis labels.

 

yLabelInterval

The interval between labels on Y-axis. If yLabelInterval=1, display every label by adding 1 to every label value; if yLabelInterval=2, display every label by adding 2 to every label value.

 

yStartValue

The starting value of statistical values of Y-axis labels.

 

yEndValue

The ending value of statistical values of Y-axis labels.

 

yMinMarks

The minimum number of labels on Y-axis.

 

gridLineType

Styles of grid lines.

 

gridLineColor

Color of grid lines.

 

warnLineData

Warning value specified for plotting a warn line, which is numeric data.

 

warnLineStyle

Line styles of the warning line, which include dotted line, solid line and none.

 

warnLineWeight

Warning line weight, whose value is an integer and measured in pixels. Being 0 means hiding the warning line.

 

warnLineColor

Color of the warning line.

 

axisTopColor

The color of upper half the axis.

 

axisBottomColor

The color of lower half the axis.

 

axisLeftColor

The color of left half the axis.

 

axisRightColor

The color of right half the axis.

 

graphBackColor

Background color of the chart area, i.e. the coordinate plane.

 

canvasColor

Background color of the canvas.

 

legendBorderColor

Color of legend border.

 

borderStyle

Style of canvas outline.

 

borderWidth

Canvas outline weight.

 

borderColor

Canvas outline color.

 

borderShadow

Indicates if display shadow effect for the canvas.

 

graphTitle

The text title of the column chart, and generally displayed above the graphs.

 

graphTitleFont

Font for the chart title.

 

graphTitleBold

Whether the chart title uses the bold or not.

 

graphTitleVertical

Whether the chart title uses vertical text or not.

 

graphTitleSize

Font size for the chart title.

 

graphTitleColor

Color for the chart title.

 

graphTitleAngle

Angle of rotation of chart title.

 

graphTitleMargin

The space left for the chart title, or distance between the top edge of the graph and the top of the canvas. The value is an integer and is measured in pixels.

 

displayData

Styles of displaying data, including not to display, and display by percent or by values.

 

displayDataFormat

Format for displaying data labels.

 

dataFont

Font for data labels.

 

dataBold

Whether data labels use the bold or not.

 

dataVertical

Whether data labels use the vertical text or not.

 

dataSize

Font size for data labels.

 

dataColor

Data label color.

 

dataAngle

Angle of rotation of data labels.

 

legendLocation

Position of the legend in a chart. Position options include not display, as well as display at the top, in the bottom, on the left and on the right.

 

drawLegendBySery

Whether the legend is plotted according to series data or not. Generally legends are plotted based on data series, but if there is only one series, checking this property means plotting legend using series data and not checking means using category data to plot it.

 

legendFont

Font of legend text.

 

legendBold

Whether the legend text is bold or not.

 

legendVertical

Whether the legend text is vertical or not.

 

legendSize

Font size of legend text.

 

legendColor

Legend text color.

 

legendAngle

Angle of rotation of the legend text.

 

graphTransparent

Whether display graphs in transparency or not. This property is used with 3D graphs.

 

gradientColor

Whether use gradient color for graphs or not.

 

showOverlapText

Whether or not display overlapping neighbouring values, labels or legend text. If checked, display those just mentioned; otherwise they are overridden and hidden.

 

topData

It uses data with top values to plot a chart. If there are many categories of data, use top rows of data with greatest values to plot the chart, so that graphs in the resulting chart will not be too dense to reduce the readability.

 

In this case, to maintain data integrity, the system will combine the rest of the categories of data into a whole and display them as an individual “Others” category.

GraphPie

pieType

Types of pie charts include basic pie chart and 3D pie charts.

 

pieSpacing

Whether explode one of the sectors of the pie or not. 

 

pieRotation

It sets the rotation angle by specifying the ratio of the length of the radial axis to that of the polar axis in a 3D pie chart.

 

pieHeight

It sets the 3D pie chart height by specifying the ratio of pie height to the radius.

 

pieJoinLineColor

The color for guide lines for presenting label text in a 3D pie chart.

 

categories

The categories of data. If not specified, then select from the crossover sequence of the series and categories. For example, from the crossover sequence =["Tom, Maths","Tom, English","Tom, French","Mary, Maths","Mary,English","Mary,French"], the ["Tom","Mary"] is auto-retrieved as the category values.

 

values

Plotting data of a specified type of graph, referred to as data of multiple series in each category.

 

borderStyle

Style of canvas outline.

 

borderWidth

Canvas outline weight.

 

borderColor

Canvas outline color.

 

borderShadow

Whether display shadow effect for the canvas or not.

 

graphTitle

The text title of the column chart, and generally displayed above the graphs.

 

graphTitleFont

Font for the chart title.

 

graphTitleBold

Whether the chart title uses the bold or not.

 

graphTitleVertical

Whether the chart title uses vertical text or not.

 

graphTitleSize

Font size for the chart title.

 

graphTitleColor

Color for the chart title.

 

graphTitleAngle

Angle of rotation of chart title.

 

graphTitleMargin

The space left for the chart title, or distance between the top edge of the graph and the top of the canvas. The value is an integer and is measured in pixels.

 

displayData

Styles of displaying data, including not to display, and display by percent or by values.

 

displayDataFormat

Format for displaying data labels.

 

dataFont

Font for data labels.

 

dataBold

Whether data labels use the bold or not.

 

dataVertical

Whether data labels use the vertical text or not.

 

dataSize

Font size for data labels.

 

dataColor

Data label color.

 

dataAngle

Angle of rotation of data labels.

 

legendLocation

Position of the legend in a chart. Position options include not display, as well as display at the top, in the bottom, on the left and on the right.

 

drawLegendBySery

Whether the legend is plotted according to series data or not. Generally legends are plotted based on data series, but if there is only one series, checking this property means plotting legend using series data and not checking means using category data to plot it.

 

legendFont

Font of legend text.

 

legendBold

Whether the legend text is bold or not.

 

legendVertical

Whether the legend text is vertical or not.

 

legendSize

Font size of legend text.

 

legendColor

Legend text color.

 

legendAngle

Angle of rotation of the legend text.

 

canvasColor

Background color of the canvas.

 

legendBorderColor

Color of legend border.

 

graphTransparent

Whether display graphs in transparency or not. This property is used with 3D graphs.

 

gradientColor

Whether use gradient color for graphs or not.

 

showOverlapText

Whether or not display overlapping neighbouring values, labels or legend text. If checked, display those just mentioned; otherwise they are overridden and hidden.

 

topData

It uses data with top values to plot a chart. If there are many categories of data, use top rows of data with greatest values to plot the chart, so that graphs in the resulting chart will not be too dense to reduce the readability.

 

In this case, to maintain data integrity, the system will combine the rest of the categories of data into a whole and display them as an individual “Others” category.

Graph2Axis

type

Types of two-axis chart include two-axis column-and-line chart and two-axis polyline chart.

 

 

categories

The categories of data. If not specified, then select from the crossover sequence of the series and categories. For example, from the crossover sequence =["Tom, Maths","Tom, English","Tom, French","Mary, Maths","Mary,English","Mary,French"], the ["Tom","Mary"] is auto-retrieved as the category values.

values

Plotting data of a specified type of graph, referred to as data of multiple series in each category. For a two-axis column-and-line chart, if the number of series – n - is an even number, plot one half of the number as columns and another half as lines. If n is an odd number greater than 1, the number of columns to be plotted is n+1/2 and the rest of series will be plotted as lines. This way the number of columns is always one more than that of lines.

 

drawLineDot

It plots data points, which are dots for marking positions of data. If checked, plot a dot corresponding to the label of each data category.

 

drawShade

Whether display shading effects for a chart or not

 

ignoreNull

It determines whether to plot records whose values are nulls.

 

lineThick

The thickness of a polyline and a trend line.

 

lineStyle

Styles of the polyline and trend line, including dotted line, solid line, none, and etc.

 

xTitle

Text of X-axis, or the horizontal axis, title, which is generally displayed below the axis.

 

xTitleFont

X-axis title text font.

 

xTitleBold

Whether the X-axis title text is bold or not.

 

xTitleVertical

Whether the X-axis title text is vertical or not.

 

xTitleSize

X-axis title text font size.

 

xTitleColor

X-axis title text color.

 

xTitleAngle

Angle of rotation of X-axis title text.

 

yTitle

Text of Y-axis, or the verticle axis, title, which is generally displayed on the left side of the axis.

 

yTitleFont

Y-axis title text font.

 

yTitleBold

Whether the Y-axis title text is bold or not.

 

yTitleVertical

Whether the Y-axis title text is vertical or not.

 

yTitleSize

Y-axis title text font size.

 

yTitleColor

Y-axis title text color.

 

yTitleAngle

Angle of rotation of Y-axis title text.

 

xLabelFont

X-axis label text font.

 

xLabelBold

Whether the X-axis label text is bold or not.

 

xLabelVertical

Whether the X-axis label text is vertical or not.

 

xLabelSize

X-axis label text font size.

 

xLabelColor

X-axis label text color.

 

xLabelAngle

Angle of rotation of X-axis labels.

 

xLabelInterval

The interval between labels on X-axis. If xLabelInterval=0, display every label; if xLabelInterval=2, display a label every other 2 label positions.

 

yLabelFont

Y-axis label text font.

 

yLabelBold

Whether the Y-axis label text is bold or not.

 

yLabelVertical

Whether the Y-axis label text is vertical or not.

 

yLabelSize

Y-axis label text font size.

 

yLabelColor

Y-axis label text color.

 

yLabelAngle

Angle of rotation of Y-axis labels.

 

yLabelInterval

The interval between labels on Y-axis. If yLabelInterval=1, display every label by adding 1 to every label value; if yLabelInterval=2, display every label by adding 2 to every label value.

 

yStartValue

The starting value of statistical values of Y-axis labels.

 

yEndValue

The ending value of statistical values of Y-axis labels.

 

yMinMarks

The minimum number of labels on Y-axis.

 

yLabelInterval2

The interval between labels on the right Y-axis. If yLabelInterval=1, display every label by adding 1 to every label value; if yLabelInterval=2, display every label by adding 2 to every label value.

 

yStartValue2

The starting value of statistical values of the right Y-axis labels.

 

yEndValue2

The ending value of statistical values of the right Y-axis labels.

 

gridLineType

Styles of grid lines.

 

gridLineColor

Color of grid lines.

 

warnLineData

Warning value specified for plotting a warn line, which is numeric data.

 

warnLineStyle

Line styles of the warning line, which include dotted line, solid line and none.

 

warnLineWeight

Warning line weight, whose value is an integer and measured in pixels. Being 0 means hiding the warning line.

 

warnLineColor

Color of the warning line.

 

axisTopColor

The color of upper half the axis.

 

axisBottomColor

The color of lower half the axis.

 

axisLeftColor

The color of left half the axis.

 

axisRightColor

The color of right half the axis.

 

graphBackColor

Background color of the chart area, i.e. the coordinate plane.

 

canvasColor

Background color of the canvas.

 

legendBorderColor

Color of legend border.

 

borderStyle

Style of canvas outline.

 

borderWidth

Canvas outline weight.

 

borderColor

Canvas outline color.

 

borderShadow

Whether display shadow effect for the canvas or not.

 

graphTitle

The text title of the column chart, which is generally displayed above the graphs.

 

graphTitleFont

Font for the chart title.

 

graphTitleBold

Whether the chart title uses the bold or not.

 

graphTitleVertical

Whether the chart title uses vertical text or not.

 

graphTitleSize

Font size for the chart title.

 

graphTitleColor

Color for the chart title.

 

graphTitleAngle

Angle of rotation of chart title.

 

graphTitleMargin

The space left for the chart title, or distance between the top edge of the graph and the top of the canvas. The value is an integer and is measured in pixels.

 

displayData

Types of displaying data, including not to display, and display by percent or by values.

 

displayDataFormat

Format for displaying data labels.

 

dataFont

Font for data labels.

 

dataBold

Whether data labels use the bold or not.

 

dataVertical

Whether data labels use the vertical text or not.

 

dataSize

Font size for data labels.

 

dataColor

Data label color.

 

dataAngle

Angle of rotation of data labels.

 

legendLocation

Position of the legend in a chart. Position options include not display, as well as display at the top, in the bottom, on the left and on the right.

 

drawLegendBySery

Whether the legend is plotted according to series data or not. Generally, legends are plotted based on data series, but if there is only one series, checking this property means plotting legend using series data and not checking means using category data to plot it.

 

legendFont

Font of legend text.

 

legendBold

Whether the legend text is bold or not.

 

legendVertical

Whether the legend text is vertical or not.

 

legendSize

Font size of legend text.

 

legendColor

Legend text color.

 

legendAngle

Angle of rotation of the legend text.

 

graphTransparent

Whether display graphs in transparency or not. This property is used with 3D graphs.

 

gradientColor

Whether use gradient color for graphs or not.

 

showOverlapText

Whether or not display overlapping neighbouring values, labels or legend text. If checked, display those just mentioned; otherwise, they are overridden and hidden.

 

topData

It uses data with top values to plot a chart. If there are many categories of data, use top rows of data with greatest values to plot the chart, so that graphs in the resulting chart will not be too dense to reduce the readability.

 

In this case, to maintain data integrity, the system will combine the rest of the categories of data into a whole and display them as an individual “Others” category.

BackGround

backColor

The background color of canvas.

 

transparent

The transparency degree of background chart element. The value range for the degree of transparency is [0,1], in which 0 represents the 100% transparency (i.e. totally transparent), and 1 represents full opaqueness. Values higher than 1 give the same total opaque effect as 1, and values less than 0 represent the total transparency.

 

visible

Whether the background is visible or not.

 

imageValue

The content of background element. The value can be a path or a byte array in the form of byte[]; the path can be set under the property value. If the image file is stored in a searching path in the system environment, a file name is enough, like a.png; an absolute path, like d:/a.png, is also supported. The byte array can be set through a property value expression; byte[] is the byte array of the background image.

 

imageMode

The fill mode of background element. The default position is on the upper left.

Text

text

The contents of text.

 

visible

Whether the text is visible or not.

 

textFont

The font of text.

 

textStyle

The style of text. Please refer to the description on unitStyle property of the numeric axis.

 

textSize

The text font size.

 

textColor

The color of text.

 

text Angle

The rotation angle of text.

 

hAlign

The horizontal alignment style of text contents relative to the center coordinates.

 

vAlign

The vertical alignment style of text contents relative to the center coordinates.

 

barType

Bar code type.

 

charSet

Character set.

 

dispText

Display text; the property is valid when no dimensional code is generated.

 

recError

Error rate.

 

logoValue

Logo image content; only valid with two-dimensional code.

 

logoSize

The size of a logo image, measured in percentages; only valid with two-dimensional code.

 

logoFrame

Logo image frame; only valid with two-dimensional code.

 

axis1

The name of axis 1, which corresponds to numeric axis, enum axis, or date axis.

 

data1/x

A sequence composed of the logical coordinate values on axis 1. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values. When both axis1 and axis are absent, its value is the abscissa X of the canvas pixels.

 

axis2

The name of axis 2, which correspond to numeric axis, enum axis, or date axis.

 

data2/y

A sequence composed of the logical coordinate values on axis 2. When plotting, the logical coordinate values will be automatically converted to the physical coordinate values. When both axis1 and axis are absent, its value is the ordinate Y of the canvas pixels; in this case the canvas’ origin is located in the top left corner.

 

Legend

legendText

The text contents of legend.

 

backColor

The background color.

 

columns

The number of columns for the legend layout. This property can be used to set the legend orientation of either landscape or portrait.

 

transparent

The degree of transparency of background of legends The value range for it is [0,1], in which the 0 represents the 100% transparency (i.e. totally transparent), and the 1 represents full opaqueness. The values higher than 1 give the same total opaque effect as 1, and the values less than 0 represent the total transparency.

 

iconWidth

The width of icons in the legend, measured in pixels

 

edgeIndent

The blank space left between the legend borders and the legend position.

 

visible

Whether the legend is visible or not.

 

htmlLink

Hyperlinks to the icons of a legend.

 

tipTitle

Hyperlink tips to icons of a legend.

 

linkTarget

The hyperlink destination. You can use_blank, _self, _parent and _top to open a hyperlink.

 

x

The X-coordinates of legends. For the value, please refer to description on the xStart property of the numeric axis.

 

y

The y-coordinates of legends. For the value, please refert to the description on xStart property of the NumericAxis.

 

width

The width of legend area.

 

height

The height of legend area.

 

borderStyle

The border style of legend area.

 

borderWeight

The border weight of legend area.

 

borderColor

The border color of legend area.

 

textFont

The text font of legend.

 

textStyle

The text font style of legend. Please refer to textStyle of column chart/histogram.

 

textSize

The text font size of legend

 

textColor

The text font color of legend.

 

legendType

The type of icons in the legend area, including rectangle, dot, line, dotted line, or none.

 

legendLineStyle

The style of icon outlines in the legend region.

 

legendLineWeight

The line weight of icon outlines in the legend region.

 

legendLineColor

The line color of icon outlines in the legend region.

 

legendFillColor

The fill color of icons in the legend area

 

legendMarkerShape

The style of legend point in the legend area. The setting is valid when the legendType is the dots or dotted lines.