Visual Basic (Declaration) | |
---|---|
Public Property NoDataLabel As Label |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public Label NoDataLabel {get; set;} |
C# | ![]() |
---|---|
Chart.NoDataLabel.Text = "No Data Text"; |
Visual Basic | ![]() |
---|---|
Chart.NoDataLabel.Text = "No Data Text" |
dotnetCHARTING | Send comments on this topic. |
NoDataLabel Property | |
See Also Example |
![]() ![]() |
dotnetCHARTING Namespace > Chart Class : NoDataLabel Property |
Visual Basic (Declaration) | |
---|---|
Public Property NoDataLabel As Label |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public Label NoDataLabel {get; set;} |
C# | ![]() |
---|---|
Chart.NoDataLabel.Text = "No Data Text"; |
Visual Basic | ![]() |
---|---|
Chart.NoDataLabel.Text = "No Data Text" |