.netCHARTING v10.5 Documentation


ValueHigh Property (AxisMarker)
Gets or sets the upper bounds of a numeric, DateTime, or text range.
Syntax
'Declaration
 
Public Overrides Property ValueHigh As Object
'Usage
 
Dim instance As AxisMarker
Dim value As Object
 
instance.ValueHigh = value
 
value = instance.ValueHigh
public override object ValueHigh {get; set;}
Remarks
When ValueLow and ValueHigh are equivalent, this AxisMarker is represented by the Line object, otherwise, Background fills the range between ValueLow and ValueHigh.
Example
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also