Visual Basic (Declaration) | |
---|---|
Public Property EmptyElementText As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string EmptyElementText {get; set;} |
C# | Copy Code |
---|---|
Chart.EmptyElementText = "N/A"; |
Visual Basic | Copy Code |
---|---|
Chart.EmptyElementText = "N/A" |