Intersoft ClientUI Documentation
Axes Property (UXChart)



Gets or sets a collection of Axes in the Chart.
Syntax
Public Property Axes As ObservableCollection(Of IAxis)
Dim instance As UXChart
Dim value As ObservableCollection(Of IAxis)
 
instance.Axes = value
 
value = instance.Axes
public ObservableCollection<IAxis> Axes {get; set;}
public:
property ObservableCollection<IAxis^>^ Axes {
   ObservableCollection<IAxis^>^ get();
   void set (    ObservableCollection<IAxis^>^ 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

UXChart Class
UXChart Members

Send Feedback