See Also

AxisMarker Members  | dotnetCHARTING Namespace

Requirements

Namespace: dotnetCHARTING

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: dotnetCHARTING (in dotnetCHARTING.dll)

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages dotnetCHARTING Send comments on this topic.

AxisMarker Class

Defines objects used to fill a specified section or point on an axis.

For a list of all members of this type, see AxisMarker members.

Object Model







Inheritance Hierarchy

System.Object
   dotnetCHARTING.ScaleRange
      dotnetCHARTING.AxisMarker

Syntax

[Visual Basic]
Public Class AxisMarker    Inherits ScaleRange
[C#]
public class AxisMarker : ScaleRange
[JScript]
public class AxisMarker extends ScaleRange

Remarks

Each marker displayed on the chart will also have a LegendEntry in the LegendBox.

There are two ways to use AxisMarkers.

  1. Attach to axis
    An AxisMarker can be added to the Markers collection of any axis. In this case, a numeric, time, or text: value or range must be specified.

    When Value is specified, ValueLow and ValueHigh are both set to this value. When ValueLow and ValueHigh are equivalent, this AxisMarker is represented by the Line object, otherwise, Background fills the range between ValueLow and ValueHigh.
  2. Attach to element
    An AxisMarker is instantiated and passed to the AxisMarker property of any element. In such a case, the axis marker is drawn on the Axis where the element's name is displayed.

Requirements

Namespace: dotnetCHARTING

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: dotnetCHARTING (in dotnetCHARTING.dll)

See Also

AxisMarker Members  | dotnetCHARTING Namespace

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.