.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > AxisMarker Class > AxisMarker Constructor : AxisMarker Constructor(String,Background)
The Label drawn on the marker. The label trickles down to this AxisMarker object's LegendEntry.Name property unless one explicitly specified.
Background which fills the an area of the chart within a specified range.
AxisMarker Constructor(String,Background)
Initialize a new instance of the AxisMarker class with a label and Background.
Syntax
'Declaration
 
Public Function New( _
   ByVal label As String, _
   ByVal bg As Background _
)
'Usage
 
Dim label As String
Dim bg As Background
 
Dim instance As New AxisMarker(label, bg)
public AxisMarker( 
   string label,
   Background bg
)

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 a specified range.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also