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


Encapsulates a collection of LegendEntry objects.

Object Model













Syntax

Visual Basic (Declaration)  
Public Class LegendBox 
   Inherits Box
Visual Basic (Usage) Copy Code
Dim instance As LegendBox
C#  
public class LegendBox : Box 

Remarks

The legend box has many options such as positioning, source of entries and more. See legend box tutorial for more info.

Inheritance Hierarchy

System.Object
   dotnetCHARTING.Box
      dotnetCHARTING.LegendBox

See Also