Intersoft ClientUI Documentation
SeriesDefinitions Property



Gets or sets the collection of SeriesDefinitions that define the series.
Syntax
Public Property SeriesDefinitions As Collection(Of SeriesDefinition)
Dim instance As DefinitionSeries
Dim value As Collection(Of SeriesDefinition)
 
instance.SeriesDefinitions = value
 
value = instance.SeriesDefinitions
public Collection<SeriesDefinition> SeriesDefinitions {get; set;}
public:
property Collection<SeriesDefinition^>^ SeriesDefinitions {
   Collection<SeriesDefinition^>^ get();
   void set (    Collection<SeriesDefinition^>^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DefinitionSeries Class
DefinitionSeries Members

Send Feedback