ActiveReports.Chart Request technical support
Depth Property
See Also 


Gets the depth of the bar.

Syntax

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

See Also