dotnetCHARTING Send comments on this topic.
RadarMode Property
See Also 
dotnetCHARTING Namespace > Axis Class : RadarMode Property



Gets or sets the RadarMode of this axis. Applies when this object is the x axis of a radar chart.

Syntax

Visual Basic (Declaration) 
Public Property RadarMode As RadarMode
Visual Basic (Usage)Copy Code
Dim instance As Axis
Dim value As RadarMode
 
instance.RadarMode = value
 
value = instance.RadarMode
C# 
public RadarMode RadarMode {get; set;}
C++/CLI 
public:
property RadarMode RadarMode {
   RadarMode get();
   void set (RadarMode value);
}

See Also