dotnetCHARTING Send comments on this topic.
ValueLow Property
See Also 
dotnetCHARTING Namespace > AxisMarker Class : ValueLow Property


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

Syntax

Visual Basic (Declaration) 
Public Overrides Property ValueLow As Object
Visual Basic (Usage)Copy Code
Dim instance As AxisMarker
Dim value As Object
 
instance.ValueLow = value
 
value = instance.ValueLow
C# 
public override object ValueLow {get; set;}

Example

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

© 2010 All Rights Reserved.