Chart

[TOC]

The View Builder's Chart section, contains the following Parameters :

ViewCharts

Appearance

Properties Description
BackColor The background color of the field.

Axis

Properties Description
AxisBox The box on the Axes.
AxisColor The color of the Axes.
AxisFont The font of the Axes.
AxisLabelColor The color of the axis Label.
AxisLabelFont The font of the axis Label.
AxisLineWidth The width of the axis Line.
AxisTextColor The color of the axis Text.
ForceChartAreaLeft

Behavior

Properties Description
AllowSelection
ClipValueLabels
EnableMouseEvents Determines whether the field gets mouse events.
InfoBoxEnabled
KeepSelection
MouseOverHand Determines whether the field shows hand when mouse is over it.
Visible Determines whether the field is visible or hidden.

Border

Properties Description
BorderColor The border color of the field.
BorderDashStyle Set the line style of the border.
BorderEnabled Enables border of the field.
BorderStyle Set sides of border to draw.
BorderWidth Width of border of the field.

Chart

Properties Description

Data

Properties Description
ChartSeries

Design

Properties Description
Locked Object will not be clicked in the designer.
Name Indicates the name used in scripts to identify the object.
Tooltip

Grid

Properties Description
XGridColor
XGridDashStyle
XGridLineWidth
XGridVisible
Y1GridColor
Y1GridDasStyle
Y1GridLineWidth
Y1GridVisible
Y2GridColor
Y2GridDashStyle
Y2GridLineWidth
Y2GridVisible

Groups

Properties Description
Group0Width
Group1Width
Group2Width
Group3Width

Interactive

Properties Description
InfoBoxBackColor
InfoBoxBorderColor
InfoBoxFont
InfoBoxForeColor
MouseLineColor
MouseOverChartSeries
MouseOverX
MouseOverY
MouseSelectionColor
SelectedRangeMax
SelectedRangeMin

Labels Table

Properties Description
LabelsTableStyle If set will show X axis labels as table style with sub labels if they are set on chart series.
LabelTableBackColor1 If chart has data table then the property will be used as background color of the data cells of the table.
LabelTableBackColor2 If chart has data table then the property will be used as background color of the data cells of the table.
LabelTableLineColor If chart has data table then the property will be used as background color of the data cells of the table.
LabelTableLineWidth If chart has data table then the property will be used as background color of the data cells of the table.
LabelTableSubTitleBackColor If chart has data table then the property will be used for the sub title line background color of the table.
LabelTableTitleBackColor If chart has data table then the property will generate grouping label as second line in the table.

Layout

Properties Description
Location The coordinates of the upper-left corner of the field.
Margin Specifies the inner margin of the field that will be used to clip and align chart.
Size The size of the field in pixels.

Legend

Properties Description
LegendFont The font of the legend.
LegendForeColor The font color of the legend.
LegendMargin The margin of the legend.
LegendType The type of the legend.

Scripts

Properties Description
OnMouseClick Script that will be performed when field is clicked.
OnMouseEnter Script that will be performed when mouse comes over top of field.
OnMouseLeave Script that will be performed when mouse is no longer over field.
OnRangeSelectionChange Script that will be performed when user has finished selecting a range on the chart.

Title

Properties Description
ChartTitle Title for the chart.
TitleAlignment Alignment for the text in the title.
TitleColor The color of the chart title.
TitleFont The font of the chart title.

XAxis

Properties Description
XAxisFormat
XAxisIsDate
XAxisLabel
XAxisMax
XAxisMaxAuto
XAxisMin
XAxisMinAuto
XAxisRotation
XAxisStep
XAxisTickLabelVisible Show tick labels on the X Axis.
XAxisTickVisible Show ticks on the X Axis.
XAxisVisible Show X Axis.

YAxis1

Properties Description
YAxis1Format
YAxis1IsDate
YAxis1Label
YAxis1Max
YAxis1MaxAuto
YAxis1Min
YAxis1MinAuto
YAxis1Rotation
YAxis1Step
YAxis1TickLabelVisible Show tick labels on the Y Left Axis.
YAxis1TickVisible Show ticks on the Y Left Axis.
YAxis1Visible Show Y Axis

YAxis2

Properties Description
YAxis2Format
YAxis2IsDate
YAxis2Label
YAxis2Max
YAxis2MaxAuto
YAxis2Min
YAxis2MinAuto
YAxis2Rotation
YAxis2Step
YAxis2TickLabelVisible Show tick labels on the Y Right Axis.
YAxis2TickVisible Show ticks on the Y Right Axis.
YAxis2Visible Show Y Axis