dotnetCHARTING Send comments on this topic.
AxisMarker Constructor(String,Line,Object)
See Also 
dotnetCHARTING Namespace > AxisMarker Class > AxisMarker Constructor : AxisMarker Constructor(String,Line,Object)


label
The Label drawn on the marker. The label trickles down to this AxisMarker object's LegendEntry.Name property unless one explicitly specified.
line
Line to draw at the specified position.
myValue
Numeric, DateTime, or Text value representing a point on an axis.
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..

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal label As String, _
   ByVal line As Line, _
   ByVal myValue As Object _
)
Visual Basic (Usage)Copy Code
Dim label As String
Dim line As Line
Dim myValue As Object
 
Dim instance As AxisMarker(label, line, myValue)
C# 
public AxisMarker( 
   string label,
   Line line,
   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.
line
Line to draw at the specified position.
myValue
Numeric, DateTime, or Text value representing a point on an axis.

See Also

© 2010 All Rights Reserved.