Initialize a new instance of the AxisMarker class with a label, Background object, and axis range.
[Visual Basic]
Public Function New( _
ByVal label As String , _
ByVal bg As Background, _
ByVal valueLow As Object , _
ByVal valueHigh As Object _
)
[C#]
public AxisMarker(
string label,
Background bg,
object valueLow,
object valueHigh
);
AxisMarker Class | AxisMarker Members | Overload List
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.