See Also

AxisMarker Class  | AxisMarker Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

label
The Label drawn on the marker. The label trickles down to this AxisMarker object's LegendEntry.Name property unless one explicitly specified.
bg
Background which fills the an area of the chart within the specified range.
valueLow
Numeric, DateTime, or Text low axis range.
valueHigh
Numeric, DateTime, or Text high axis range..
See Also Requirements Languages dotnetCHARTING Send comments on this topic.

AxisMarker Constructor(String,Background,Object,Object)

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 );
[JScript]
public function AxisMarker(    label : String,    bg : Background,    valueLow : Object,    valueHigh : Object );

Parameters

label
The Label drawn on the marker. The label trickles down to this AxisMarker object's LegendEntry.Name property unless one explicitly specified.
bg
Background which fills the an area of the chart within the specified range.
valueLow
Numeric, DateTime, or Text low axis range.
valueHigh
Numeric, DateTime, or Text high axis range..

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

AxisMarker Class  | AxisMarker Members  | Overload List

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.