DataPA Enterprise Dashboard Controls 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
C# |
---|
public Collection SeriesDetails { get; set; } |
Visual Basic |
---|
Public Property SeriesDetails As Collection
Get
Set |
Visual C++ |
---|
public:
virtual property Collection^ SeriesDetails {
Collection^ get () sealed;
void set (Collection^ value) sealed;
} |
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