dotnetCHARTING Send comments on this topic.
LabelChart Property
See Also 
dotnetCHARTING Namespace > Chart Class : LabelChart Property


Gets or sets the label that fills the chart image when used.

Syntax

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

See Also

© 2008 All Rights Reserved.