Intersoft WebGrid Documentation
AutoLabels Property
See Also  Send Feedback
ISNet.WebUI.WebGrid.Chart Namespace > ChartAxisSettings Class : AutoLabels Property






Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<CategoryAttribute("Labels")>
<DescriptionAttribute("When set to false labels are extracted from the Labels collection of the axis. When set to true labels are automatically generated from this axis scale (if it is the active one)")>
Public Property AutoLabels As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartAxisSettings
Dim value As Boolean
 
instance.AutoLabels = value
 
value = instance.AutoLabels
C# 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Labels")]
[DescriptionAttribute("When set to false labels are extracted from the Labels collection of the axis. When set to true labels are automatically generated from this axis scale (if it is the active one)")]
public bool AutoLabels {get; set;}
Delphi 
public read-write property AutoLabels: Boolean; 
JScript 
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
CategoryAttribute("Labels")
DescriptionAttribute("When set to false labels are extracted from the Labels collection of the axis. When set to true labels are automatically generated from this axis scale (if it is the active one)")
public function get,set AutoLabels : boolean
Managed Extensions for C++ 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Labels")]
[DescriptionAttribute("When set to false labels are extracted from the Labels collection of the axis. When set to true labels are automatically generated from this axis scale (if it is the active one)")]
public: __property bool get_AutoLabels();
public: __property void set_AutoLabels( 
   bool value
);
C++/CLI 
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[CategoryAttribute("Labels")]
[DescriptionAttribute("When set to false labels are extracted from the Labels collection of the axis. When set to true labels are automatically generated from this axis scale (if it is the active one)")]
public:
property bool AutoLabels {
   bool get();
   void set (    bool value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.