DashboardSkinSeriesDetailsSeriesName Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the name of the series these details relate to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string SeriesName { get; set; }
Public Property SeriesName As String
Get
Set
public:
virtual property String^ SeriesName {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_SeriesName();
function set_SeriesName(value);
Property Value
Type:
StringThe name of the series these details relate to.
Return Value
Type:
StringThe name of the series these details relate to.
Remarks See Also