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.
lineColor
The color used to draw line at the specified position.
myValue
Numeric, DateTime, or Text value representing a point on an axis.
See Also Languages dotnetCHARTING Send comments on this topic.

AxisMarker Constructor(String,Color,Object)

Initialize a new instance of the AxisMarker class with a label, Background object, and a numeric or time value representing a point on an axis..

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

Parameters

label
The Label drawn on the marker. The label trickles down to this AxisMarker object's LegendEntry.Name property unless one explicitly specified.
lineColor
The color used to draw line at the specified position.
myValue
Numeric, DateTime, or Text value representing a point on an axis.

See Also

AxisMarker Class  | AxisMarker Members  | Overload List

 

 


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