dotnetCHARTING Send comments on this topic.
TitleBox Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : TitleBox Property



Gets or sets a title box (dotnetCHARTING.Box) object associated with this ChartArea.

Syntax

Visual Basic (Declaration) 
Public Property TitleBox As Box
Visual Basic (Usage)Copy Code
Dim instance As ChartArea
Dim value As Box
 
instance.TitleBox = value
 
value = instance.TitleBox
C# 
public Box TitleBox {get; set;}
C++/CLI 
public:
property Box^ TitleBox {
   Box^ get();
   void set (Box^ value);
}

See Also