Visual Basic (Declaration) | |
---|---|
Public Overrides Property Value As Object |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public override object Value {get; set;} |
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.