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






Gets or sets a property indicating the number of levels of the scale's label. 

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Labels")>
<DescriptionAttribute("Gets or sets a property indicating the number of levels for the scale labels")>
<DefaultValueAttribute()>
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property LabelGenerationMode As LabelGenerationMode
Visual Basic (Usage)Copy Code
Dim instance As ChartAxisSettings
Dim value As LabelGenerationMode
 
instance.LabelGenerationMode = value
 
value = instance.LabelGenerationMode
C# 
[CategoryAttribute("Labels")]
[DescriptionAttribute("Gets or sets a property indicating the number of levels for the scale labels")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public LabelGenerationMode LabelGenerationMode {get; set;}
Delphi 
public read-write property LabelGenerationMode: LabelGenerationMode; 
JScript 
CategoryAttribute("Labels")
DescriptionAttribute("Gets or sets a property indicating the number of levels for the scale labels")
DefaultValueAttribute()
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set LabelGenerationMode : LabelGenerationMode
Managed Extensions for C++ 
[CategoryAttribute("Labels")]
[DescriptionAttribute("Gets or sets a property indicating the number of levels for the scale labels")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property LabelGenerationMode get_LabelGenerationMode();
public: __property void set_LabelGenerationMode( 
   LabelGenerationMode value
);
C++/CLI 
[CategoryAttribute("Labels")]
[DescriptionAttribute("Gets or sets a property indicating the number of levels for the scale labels")]
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property LabelGenerationMode LabelGenerationMode {
   LabelGenerationMode get();
   void set (    LabelGenerationMode 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.