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


Gets or sets the numeric, DateTime, or text value of this AxisMarker.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Value As Object
Visual Basic (Usage)Copy Code
Dim instance As AxisMarker
Dim value As Object
 
instance.Value = value
 
value = instance.Value
C# 
public override 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.

See Also

© 2010 All Rights Reserved.