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


Gets or sets a label object which draws a string inside the chart area.

Syntax

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

Remarks

The label will be drawn in the upper left corner of the chart.

See Also