dotnetCHARTING Send comments on this topic.
Label Property
See Also 
dotnetCHARTING Namespace > Box Class : Label Property


Gets or sets the Label of this box.

Syntax

Visual Basic (Declaration) 
Public Property Label As Label
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value As Label
 
instance.Label = value
 
value = instance.Label
C# 
public Label Label {get; set;}

Remarks

When the box text is not determined by this label, it's font and color properties will be used for any text that appears in the box. When used as a TitleBox and the position is set to FullWithLegend, the font properties of ChartArea.LegendBox.Label will be used for the legend entries and the Chart.TitleBox.Label properties and text will be used for the title.

See Also

© 2010 All Rights Reserved.