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






Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls the vertical data label alignment relative to the data point bound.")>
<CategoryAttribute("Alignment")>
Public Property VerticalAlign As VerticalAlign
Visual Basic (Usage)Copy Code
Dim instance As ChartDataLabelStyle
Dim value As VerticalAlign
 
instance.VerticalAlign = value
 
value = instance.VerticalAlign
C# 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the vertical data label alignment relative to the data point bound.")]
[CategoryAttribute("Alignment")]
public VerticalAlign VerticalAlign {get; set;}
Delphi 
public read-write property VerticalAlign: VerticalAlign; 
JScript 
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Controls the vertical data label alignment relative to the data point bound.")
CategoryAttribute("Alignment")
public function get,set VerticalAlign : VerticalAlign
Managed Extensions for C++ 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the vertical data label alignment relative to the data point bound.")]
[CategoryAttribute("Alignment")]
public: __property VerticalAlign get_VerticalAlign();
public: __property void set_VerticalAlign( 
   VerticalAlign value
);
C++/CLI 
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Controls the vertical data label alignment relative to the data point bound.")]
[CategoryAttribute("Alignment")]
public:
property VerticalAlign VerticalAlign {
   VerticalAlign get();
   void set (    VerticalAlign 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.