Glossary Item Box

ActiveReports for .NET 2 Online Help Send feedback to Data Dynamics

Horizontal Bar Charts

Use a horizontal bar chart to compare values of items across categories with the axes reversed.

 

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 horizontal bar chart as shown above.

' Visual Basic
Me.ChartControl1.Series(0).Properties("Gap") = 65.0F
 
// C#
this.ChartControl1.Series[0].Properties["Gap"] = 65f;

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.