Intersoft ClientUI Documentation
Points Property (RadarPolarAxisBase)



Gets or sets a value that indicates the Geometry value of points
Syntax
Public Property Points As Geometry
Dim instance As RadarPolarAxisBase
Dim value As Geometry
 
instance.Points = value
 
value = instance.Points
public Geometry Points {get; set;}
public:
property Geometry^ Points {
   Geometry^ get();
   void set (    Geometry^ 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

RadarPolarAxisBase Class
RadarPolarAxisBase Members

Send Feedback