Value Property (ScaleRange)
Gets or sets the numeric, DateTime, or text value of this ScaleRange.
Syntax
'Declaration Public Overridable Property Value As Object
'Usage Dim instance As ScaleRange Dim value As Object instance.Value = value value = instance.Value
public virtual object Value {get; set;}
Remarks
When Value is specified, ValueLow and ValueHigh are both set to this value. When ValueLow and ValueHigh are equivalent, this AxisMarker is represented by the Line object, otherwise, Background fills the range between ValueLow and ValueHigh.
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