ActiveReports.Chart Request technical support
StartValue Property
See Also 


Gets or sets the start value of the wall range.

Syntax

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

See Also