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


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.
calendarPattern
CalendarPattern of this axis marker.
Initialize a new instance of the AxisMarker class with a label, Background object, and calendar pattern.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal label As String, _
   ByVal bg As Background, _
   ByVal calendarPattern As CalendarPattern _
)
Visual Basic (Usage)Copy Code
Dim label As String
Dim bg As Background
Dim calendarPattern As CalendarPattern
 
Dim instance As AxisMarker(label, bg, calendarPattern)
C# 
public AxisMarker( 
   string label,
   Background bg,
   CalendarPattern calendarPattern
)

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.
calendarPattern
CalendarPattern of this axis marker.

See Also

© 2010 All Rights Reserved.