Intersoft ClientUI Documentation
ActualAxes Property



Gets the actual axes displayed in the chart.
Syntax
Public ReadOnly Property ActualAxes As ReadOnlyCollection(Of IAxis)
Dim instance As UXChart
Dim value As ReadOnlyCollection(Of IAxis)
 
value = instance.ActualAxes
public ReadOnlyCollection<IAxis> ActualAxes {get;}
public:
property ReadOnlyCollection<IAxis^>^ ActualAxes {
   ReadOnlyCollection<IAxis^>^ get();
}
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

UXChart Class
UXChart Members

Send Feedback