Dundas Chart for ASP.NET
CustomLabel Class Members
See Also  Properties  Methods  Send comments on this topic.
Dundas.Charting.WebControl Namespace : CustomLabel Class


The following tables list the members exposed by CustomLabel.

Public Constructors

  Name Description
Public Constructor CustomLabel Constructor Overloaded. Public constructors.

Creates a new, uninitialized instance of the CustomLabel class.

 
Top

Public Properties

  Name Description
Public Property From

Gets or sets the custom label's left position along an axis.


Custom label left position.  
Public Property GridTick

Determines if a grid line and/or tick mark is displayed for a custom label.


Defines custom tick marks and/or grid lines to be drawn in the center of the label.  
Public Property Href Gets or sets the target URL of the custom label.
URL target of the label.  
Public Property Image

Gets or sets the custom label image.


Label image.  
Public Property ImageHref

Gets or sets the URL target of the label's image.


URL target of the label image.  
Public Property ImageMapAreaAttributes

Gets or sets a string representing the area attributes of a custom label's image.


Other attributes of the label image map area.  
Public Property ImageTranspColor

Gets or sets a color used for transparency when drawing a custom label item.


Label image transparent color.  
Public Property LabelMark

Gets or sets the label mark for a custom label (second row only).


Defines marks for the labels in the second row. Major tick mark line style is used for drawing.  
Public Property MapAreaAttributes Gets the map area attributes of the custom label (if any).
Other attributes of the label map area.  
Public Property MarkColor

Gets or sets the custom label's marker color.


Label mark line color.  
Public Property Name

Gets or sets the name of the custom label.


Custom label item name. For internal use only!  
Public Property RowIndex

Gets or sets the index of the custom label row.


Custom label row index.  
Public Property Tag Gets or sets the tag, which can include any additional information required by a developer.
Object that is associated with the label.  
Public Property Text

Gets or sets the custom label text.


Custom label text.  
Public Property TextColor

Gets or sets the custom label's text color.


Label text color.  
Public Property To

This property determines the custom label's right position along an axis.


Custom label right position.  
Public Property ToolTip Gets or sets the custom label tooltip text.
Label tooltip.  
Top

Public Methods

  Name Description
Public Method Clone Returns a cloned label object.
Returns a cloned label object.  
Public Method GetAxis

Gets the Axis object that the CustomLabel object belongs to.


Gets axes to which this object attached to.  
Top

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.