[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Chart.PointWidth

PointWidth Property

PointWidth

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.

Declaration
public int? PointWidth { get; set; }
Property Value
Type Description
int?

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