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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<DescriptionAttribute("The expand strategy of the legend.")>
<CategoryAttribute("Layout")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property ExpandMode As LegendExpandMode
Visual Basic (Usage)Copy Code
Dim instance As ChartLegendDataSettings
Dim value As LegendExpandMode
 
instance.ExpandMode = value
 
value = instance.ExpandMode
C# 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The expand strategy of the legend.")]
[CategoryAttribute("Layout")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public LegendExpandMode ExpandMode {get; set;}
Delphi 
public read-write property ExpandMode: LegendExpandMode; 
JScript 
NotifyParentPropertyAttribute()
DescriptionAttribute("The expand strategy of the legend.")
CategoryAttribute("Layout")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set ExpandMode : LegendExpandMode
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The expand strategy of the legend.")]
[CategoryAttribute("Layout")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property LegendExpandMode get_ExpandMode();
public: __property void set_ExpandMode( 
   LegendExpandMode value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[DescriptionAttribute("The expand strategy of the legend.")]
[CategoryAttribute("Layout")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property LegendExpandMode ExpandMode {
   LegendExpandMode get();
   void set (    LegendExpandMode 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.