ActiveReports Developer 7
PointWidth Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Chart Class : PointWidth Property

Glossary Item Box

Gets or sets the percent width for bars and columns. A value of 100 represents 100% of the distance between points. A value greater than 100 causes columns to overlap.

Syntax

Visual Basic (Declaration) 
Public Property PointWidth As System.Nullable(Of Integer)
C# 
public System.Nullable<int> PointWidth {get; set;}

Property Value

A NullableInt32 representing the percent width for bars and columns.

See Also