ActiveReports 9
PointWidth Property (Chart)

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 System.Nullable(Of Integer)
public System.Nullable<int> PointWidth {get; set;}

Property Value

A NullableInt32 representing the percent width for bars and columns.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Chart Class
Chart Members

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum