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


The following tables list the members exposed by LegendEntry.

Public Constructors

  Name Description
Public Constructor LegendEntry Constructor Overloaded. Initializes a new instance of the LegendEntry class.  
Top

Public Properties

  Name Description
Public Property Background Gets or sets a Background object that influences how the entry's icon is drawn.  
Public Property CustomAttributes Gets or sets a ListCollection that represents additional entry attributes.  
Public Property DashStyle Gets or sets a line DashStyle that influences how the entry's icon is drawn.  
Public Property DataSource Gets or sets a DataSource object used to replace tokens.  
Public Property DividerLine Gets or sets a Line that is drawn under the LegendEntry.  
Public Property HeaderMode Gets or sets an a LegendEntryHeaderMode enumeration that specifies a how this LegendEntry behaves.  
Public Property Hotspot Gets or sets the Hotspot of this LegendEntry.  
Public Property LabelStyle Gets or sets a Label object that defines the font and color of this LegendEntry object's text.  
Public Property Marker Gets or sets an ElementMarker that influences how the entry's icon is drawn.  
Public Property Name Gets or sets the name of this legend entry.  
Public Property PaddingTop Gets or sets a value (in pixels) that specifies additional padding above this LegendEntry object.  
Public Property SeriesType Gets or sets a SeriesType that influences how the entry's icon is drawn.  
Public Property ShapeType Gets or sets the shape type of this legend entry icon when LegendEntry.SeriesType = SeriesType.BubbleShape.  
Public Property SortOrder Gets or sets a value that represents the sort position of this LegenEntry when sorted with other entries in a LegendBox.  
Public Property ToolTip Gets or sets this legend entry's tool tip.  
Public Property URL Gets or sets the URL of this legend entry.  
Public Property URLTarget Gets or sets the URL target of this legend entry's link.  
Public Property Use3D Gets or sets a value that specifies whether icons represent 2D or 3D series.  
Public Property Value Gets or sets the value of this legend entry.  
Public Property Visible Gets or sets a value which specifies whether the legend entry is visible.  
Top

See Also