dotnetCHARTING Send comments on this topic.
AxisMarker Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : AxisMarker Class


The following tables list the members exposed by AxisMarker.

Public Constructors

  Name Description
Public Constructor AxisMarker Constructor Overloaded.  Initialize a new instance of the AxisMarker class.  
Top

Public Properties

  Name Description
Public Property Background Gets or sets a Background object used to fill this AxisMarker object's range on a ChartArea.  
Public Property BringToFront Gets or sets a value that indicates whether the AxisMarker is drawn in front of the chart data while in 2D mode.  
Public Property CalendarPattern Gets or set a CalendarPattern used by this axis marker instead of the range values.  
Public Property IncludeInAxisScale Gets or sets a value indicating whether an AxisTick or AxisMarker object using this ScaleRange will force the axis to expand it's scale to show it. (Inherited from ScaleRange)
Public Property Label Gets or sets a Label object drawn next to the AxisMarker on a ChartArea.  
Public Property LegendEntry Gets or sets a LegendEntry that represents this AxisMarker in a LegendBox.  
Public Property Line Gets or sets a Line object drawn on a ChartArea.  
Public Property Tick Gets or sets an AxisTick object that will represent this AxisMarker on the axis where it resides.  
Public Property Value Overridden.  Gets or sets the numeric, DateTime, or text value of this AxisMarker.  
Public Property ValueHigh Overridden.  Gets or sets the upper bounds of a numeric, DateTime, or text range.  
Public Property ValueLow Overridden.  Gets or sets the lower bounds of a numeric, DateTime, or text range.  
Top

Public Methods

  Name Description
Public Method ToString (Inherited from ScaleRange)
Top

See Also