ActiveReports.Chart Request technical support
Width Property
See Also 


Gets the width of the bar.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Width As Integer
Visual Basic (Usage)Copy Code
Dim instance As Bar
Dim value As Integer
 
value = instance.Width
C# 
public int Width {get;}

See Also