dotnetCHARTING Send comments on this topic.
ValueHigh Property
See Also 
dotnetCHARTING Namespace > ScaleRange Class : ValueHigh Property



Gets or sets the upper bounds of a numeric, DateTime, or text range.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ValueHigh As Object
Visual Basic (Usage)Copy Code
Dim instance As ScaleRange
Dim value As Object
 
instance.ValueHigh = value
 
value = instance.ValueHigh
C# 
public virtual object ValueHigh {get; set;}
C++/CLI 
public:
virtual property Object^ ValueHigh {
   Object^ get();
   void set (Object^ value);
}

Remarks

When ValueLow and ValueHigh are equivalent, this AxisMarker is represented by the Line object, otherwise, Background fills the range between ValueLow and ValueHigh.

See Also