ActiveReports.Chart Request technical support
EndValue Property
See Also 


Gets or sets the end value of the wall range.

Syntax

Visual Basic (Declaration) 
Public Property EndValue As Double
Visual Basic (Usage)Copy Code
Dim instance As WallRange
Dim value As Double
 
instance.EndValue = value
 
value = instance.EndValue
C# 
public double EndValue {get; set;}

See Also