Intersoft ClientUI Documentation
SeriesDefinitionShapes Property



Gets the Shapes corresponding to each SeriesDefinition.
Syntax
Protected Property SeriesDefinitionShapes As Dictionary(Of SeriesDefinition,Shape)
Dim instance As StackedLineAreaSeriesBase
Dim value As Dictionary(Of SeriesDefinition,Shape)
 
instance.SeriesDefinitionShapes = value
 
value = instance.SeriesDefinitionShapes
protected Dictionary<SeriesDefinition,Shape> SeriesDefinitionShapes {get; set;}
protected:
property Dictionary<SeriesDefinition^,Shape^>^ SeriesDefinitionShapes {
   Dictionary<SeriesDefinition^,Shape^>^ get();
   void set (    Dictionary<SeriesDefinition^,Shape^>^ 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

StackedLineAreaSeriesBase Class
StackedLineAreaSeriesBase Members

Send Feedback