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






Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<CategoryAttribute("Texts")>
<DescriptionAttribute("Gets or sets the alignment of value labels relative to the to scale range it represents")>
<DefaultValueAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
Public Property RangeAlignment As HorizontalAlign
Visual Basic (Usage)Copy Code
Dim instance As ChartScaleLabelStyle
Dim value As HorizontalAlign
 
instance.RangeAlignment = value
 
value = instance.RangeAlignment
C# 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Texts")]
[DescriptionAttribute("Gets or sets the alignment of value labels relative to the to scale range it represents")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public HorizontalAlign RangeAlignment {get; set;}
Delphi 
public read-write property RangeAlignment: HorizontalAlign; 
JScript 
NotifyParentPropertyAttribute()
CategoryAttribute("Texts")
DescriptionAttribute("Gets or sets the alignment of value labels relative to the to scale range it represents")
DefaultValueAttribute()
ISNet.Serialization.BinarySerializableAttribute()
public function get,set RangeAlignment : HorizontalAlign
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Texts")]
[DescriptionAttribute("Gets or sets the alignment of value labels relative to the to scale range it represents")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property HorizontalAlign get_RangeAlignment();
public: __property void set_RangeAlignment( 
   HorizontalAlign value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[CategoryAttribute("Texts")]
[DescriptionAttribute("Gets or sets the alignment of value labels relative to the to scale range it represents")]
[DefaultValueAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property HorizontalAlign RangeAlignment {
   HorizontalAlign get();
   void set (    HorizontalAlign 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.