ActiveReports for .NET 3 Online Help Request technical support
Bar 2D Charts
User Guide > Concepts > Charts > Chart Types > Common Charts > Bar 2D Charts

Glossary Item Box

Use a bar chart to compare values of items across categories.

 

Chart Information

# of Y values/data point 1
# of Series 1 or more
Marker Support Series or Data Point
Custom Properties Gap gets or sets the space between the bars of each
X axis value

 

Below is an example of setting the custom chart properties at run time for a bar chart.

' Visual Basic
Me.ChartControl1.Series(0).Properties("Gap") = 50.0F
 
// C#
this.chartControl1.Series[0].Properties["Gap"] = 50f;
©2009. All Rights Reserved.