Chart

[TOC]

The Report Builder Chart section, contains the following properties :

ReportChart

Appearance

Properties Description
BackColor The background color of the field.
Font The font of the component.
ForeColor The fore color of the field.

Axis

Properties Description
AxisBox Connects axis forming a box around chart area.
AxisColor Color of the axis.
AxisFont The font of the axis.
AxisLabelColor Color of the axis labels.
AxisLabelFont The font of the axis labels.
AxisLineWidth Width of the axis line.
AxisTextColor Color of the axis text.
ForeChartAreaLeft

Behavior

Properties Description
ClipValueLabels
Visible Determines whether the field is visible or hidden.

Border

Properties Description
BorderColor The border color of the field.
BorderEnabled Enables border of the field.
BorderWidth Width of the border of the field.

Chart

Properties Description
Is100Percent

Data

Properties Description
ChartSeries

Design

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

ExcelExport

Properties Description
ExcelColSpan
ExcelColumn
ExcelRow
ExcelRowSpan

Grid

Properties Description
XGridColor
XGridDashStyle
XGridLineWidth
XGridVIsible
Y1GridColor
Y1GridDashStyle
Y1GridLineWidth
Y1GridVisible
Y2GridColor
Y2GridDashStyle
Y2GridLineWidth
Y2GridVisible

Groups

Properties Description
Group0Width
Group1Width
Group2Width
Group3Width

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 the chart has the 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.
LabelTableSubTitleBaclColor 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 the data table then the property will generate grouping label as second line in the table.

Layout

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

Legend

Properties Description
LegendFont The font of the Legend.
LegendForeColor
LegendMargin
LagendType

Misc

Properties Description
ScriptingUseTwips
Section

Scripts

Properties Description
OnRangeSelectionChange Script that will be performed when user has finished selecting a range on the chart.

Title

Properties Description
ChartTitle Name of the chart.
TitleAlignment Alignment of the title text.
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

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

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