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


Defines a base class for derived objects such as Chart.TitleBox, Chart.LegendBox, and Annotation.

Object Model








Syntax

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

Remarks

The box object provides the following
  • Defines objects used to fill the interior, shadow, and outline the box.
  • Defines rectangle edge styles.
  • Defines the position, title box icon, LegendBox layout template, and interior label.

Inheritance Hierarchy

System.Object
   dotnetCHARTING.Box
      dotnetCHARTING.Annotation
      dotnetCHARTING.LegendBox

See Also