SeriesDescription Property
Summary
Gets or sets the description of the series.
Syntax
[DataMemberAttribute()]
public string SeriesDescription { get; set; }
<DataMemberAttribute()>
Public Property SeriesDescription() As String
Get
Set
public:
[DataMemberAttribute]
property String^ SeriesDescription
{
String^ get()
void set(String^ value)
}
Property Value
The description of the series.