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;}

See Also

© 2010 All Rights Reserved.