ActiveReports.Chart Request technical support
Width Property
See Also 


Gets or sets the width (thickness) of the chart wall.

Syntax

Visual Basic (Declaration) 
Public Property Width As Single
Visual Basic (Usage)Copy Code
Dim instance As PlaneItem
Dim value As Single
 
instance.Width = value
 
value = instance.Width
C# 
public float Width {get; set;}

See Also