See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

NoDataLabel Property

Gets or sets a label shown on the chart when no data is available.

[Visual Basic]
Public Property NoDataLabel As Label
[C#]
public Label NoDataLabel {get; set;}

Example

[C#] 

Chart.NoDataLabel.Text = "No Data Text"; 
Chart.NoDataLabel.Color = Color.Red;

[Visual Basic] 

Chart.NoDataLabel.Text = "No Data Text"
Chart.NoDataLabel.Color = Color.Red

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.