Gets or sets the name.
| C# | Visual Basic |
[DataMemberAttribute] public string Name { get; set; }
<DataMemberAttribute> _ Public Property Name As String Get Set
The name of the trend.
| C# | Visual Basic |
[DataMemberAttribute] public string Name { get; set; }
<DataMemberAttribute> _ Public Property Name As String Get Set