See Also

AxisMarker Class  | AxisMarker Members  | Overload List

Language

Visual Basic

C#

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.
col
The color that 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 Languages dotnetCHARTING Send comments on this topic.

AxisMarker Constructor(String,Color,Object,Object)

Initialize a new instance of the AxisMarker class with a label, colort, and axis range.

[Visual Basic]
Public Function New( _    ByVal label As String, _    ByVal col As Color, _    ByVal valueLow As Object, _    ByVal valueHigh As Object _ )
[C#]
public AxisMarker(    string label,    Color col,    object valueLow,    object valueHigh );

Parameters

label
The Label drawn on the marker. The label trickles down to this AxisMarker object's LegendEntry.Name property unless one explicitly specified.
col
The color that 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

AxisMarker Class  | AxisMarker Members  | Overload List

 

 


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