See Also

Bar Class  | Bar Members

Language

Visual Basic

C#

Show All

width
Specifies the width of the bar.
height
Specifies the height of the bar.
depth
Specifies the depth of the bar.
See Also Languages ActiveReports.Chart Send feedback to Data Dynamics

Bar Constructor

Initializes a new instance of the Bar class with the parameters specified.

[Visual Basic]
Public Function New( _    ByVal width As Integer, _    ByVal height As Integer, _    ByVal depth As Integer _ )
[C#]
public Bar(    int width,    int height,    int depth );

Parameters

width
Specifies the width of the bar.
height
Specifies the height of the bar.
depth
Specifies the depth of the bar.

See Also

Bar Class  | Bar Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.