DashboardSkinSeriesDetails Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a collection that contains the series details for this skin.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection SeriesDetails { get; set; }
Public Property SeriesDetails As Collection
Get
Set
public:
virtual property Collection^ SeriesDetails {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_SeriesDetails();
function set_SeriesDetails(value);
Property Value
Type:
CollectionA collection that contains the series details for this skin.
Return Value
Type:
CollectionA collection that contains the series details for this skin.
Remarks See Also