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






Syntax

Visual Basic (Declaration) 
<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)")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Shadows Property AutoLabels As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ChartZAxisSettings
Dim value As Boolean
 
instance.AutoLabels = value
 
value = instance.AutoLabels
C# 
[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)")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public new bool AutoLabels {get; set;}
Delphi 
public read-write property AutoLabels: Boolean; 
JScript 
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)")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
public hide function get,set AutoLabels : boolean
Managed Extensions for C++ 
[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)")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public: __property new bool get_AutoLabels();
public: __property new void set_AutoLabels( 
   bool value
);
C++/CLI 
[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)")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
public:
new 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.