Intersoft ClientUI Documentation
FillShape Property



Gets or sets a value that determine the Path is fill or not.
Syntax
Public Property FillShape As Boolean
Dim instance As RadarPolarSeriesBase
Dim value As Boolean
 
instance.FillShape = value
 
value = instance.FillShape
public bool FillShape {get; set;}
public:
property bool FillShape {
   bool get();
   void set (    bool 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

RadarPolarSeriesBase Class
RadarPolarSeriesBase Members

Send Feedback