Intersoft ClientUI Documentation
AxisLineMode Property



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