Chart configuration

This section is a collection of properties that are responsible for chart code generation. In addition to this set there are a lot of standard ASP .NET properties for charts.

Property

Description

Axis label font size

Specifies the font size of the chart axis title.

Applies To

Chart controls

Axis scale font size

Specifies the font size of the axis scale.

Applies To

Chart controls

Background color

Specifies background color of the chart.

Applies To

Chart controls

Bar width

Specifies the width of the chart’s bar or column.

Applies To

Chart controls

Chart title font size

Specifies the font size of the chart’s title.

Applies To

Chart controls

Chart type

Type of the chart: column, bar, line of pie.

Applies To

Chart controls

Color

Specifies the color of the chart’s bar, column or line.

Applies To

Chart controls

Consumer

Specifies a consumer of this control

Applies To

Chart date pagination controls

Data source name

Select a name of the data source that populates this chart control. You can configure selected data source in the Queries section of the Property Sheet.

Applies To

Chart controls

Font color

Specifies font color of the chart’s text.

Applies To

Chart controls

Font type

Specifies font type of the chart’s text.

Applies To

Chart controls

Grid color

Specifies color of the chart’s grid lines.

Applies To

Chart controls

Label format

Specifies format of the chart’s label text, such as ’00.0%’.

Applies To

Chart controls

Label inside font size

Specifies font size of the label inside the chart.

Applies To

Chart controls

Show inside bar

Indicates what to show inside chart: index labels inside bars or values at bar end or nothing.

Applies To

Chart controls

Show largest first

Show largest value first. (Non-time interval charts only.)

Applies To

Chart controls

Show percentage

Specifies if chart values should be shown as percentage of the total rather than the actual values.

Applies To

Chart controls

Use default color scheme

Apply default color scheme according to the settings of Application Generation Options.

Applies To

Chart controls

Use palette

Specifies whether to use multicolor palette for Bar, Column or Line style chart instead of a solid color. Palette is always used for a Pie chart.

Applies To

Chart controls

X-Axis label angle

Specifies the angle at which the text is drown along the chart’s X-axis.

Applies To

Chart controls