| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal label As String, _ ByVal bg As Background _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
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.