.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > ChartArea Class : ValueLabel Property
ValueLabel Property
Gets or sets a label that specifies the font and color of element labels drawn on the chart.
Equivalent to: Chart.DefaultSeries.DefaultElement.SmartLabel
Syntax
'Declaration
 
Public Property ValueLabel As Label
'Usage
 
Dim instance As ChartArea
Dim value As Label
 
instance.ValueLabel = value
 
value = instance.ValueLabel
public Label ValueLabel {get; set;}
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