.netCHARTING v10.5 Documentation


Label Property (Box)
Gets or sets the Label of this box.
Syntax
'Declaration
 
Public Property Label As Label
'Usage
 
Dim instance As Box
Dim value As Label
 
instance.Label = value
 
value = instance.Label
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also