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;}
[JScript]
public function get,set NoDataLabel : Label
[C#]
Chart.NoDataLabel.Text = "No Data Text"; |
[Visual Basic]
Chart.NoDataLabel.Text = "No Data Text" |
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.