MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Chart Class / PointWidth Property

In This Topic
PointWidth Property (Chart)
In This Topic
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
'Declaration
 
Public Property PointWidth As Nullable(Of Integer)
 

Property Value

A int? representing the percent width for bars and columns.
See Also