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;}
[C#]
Chart.NoDataLabel.Text = "No Data Text"; |
[Visual Basic]
Chart.NoDataLabel.Text = "No Data Text" |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.